class Rack::Session::Encryptor

def serializer

def serializer
  @serializer ||= @options[:serialize_json] ? JSON : Marshal
end