Module: CLValueBytesParsers::CLMapBytesParser

Extended by:
CLMapBytesParser
Included in:
CLMap, CLMapBytesParser
Defined in:
lib/serialization/cl_value_bytes_parsers.rb

Instance Method Summary collapse

Instance Method Details

#from_bytes(byte_array) ⇒ Object



363
364
365
# File 'lib/serialization/cl_value_bytes_parsers.rb', line 363

def from_bytes(byte_array)
  
end

#to_bytes(cl_map) ⇒ Object



359
360
361
# File 'lib/serialization/cl_value_bytes_parsers.rb', line 359

def to_bytes(cl_map)

end