Module: CLValueBytesParsers::CLListBytesParser

Extended by:
CLListBytesParser
Included in:
CLList, CLListBytesParser
Defined in:
lib/serialization/cl_value_bytes_parsers.rb

Instance Method Summary collapse

Instance Method Details

#from_bytes(byte_array) ⇒ Object



327
328
329
# File 'lib/serialization/cl_value_bytes_parsers.rb', line 327

def from_bytes(byte_array)

end

#to_bytes(cl_list) ⇒ Object



323
324
325
# File 'lib/serialization/cl_value_bytes_parsers.rb', line 323

def to_bytes(cl_list)

end