class EM::Voldemort::Store::NullSerializer

Public Instance Methods

decode(data) click to toggle source
# File lib/em-voldemort/store.rb, line 105
def decode(data); data; end
encode(data) click to toggle source
# File lib/em-voldemort/store.rb, line 104
def encode(data); data; end