Module: CLValueBytesParsers::CLAnyBytesParser

Extended by:
CLAnyBytesParser
Included in:
CLAny, CLAnyBytesParser
Defined in:
lib/serialization/cl_value_bytes_parsers.rb

Instance Method Summary collapse

Instance Method Details

#from_bytes(byte_array) ⇒ Object



375
376
377
# File 'lib/serialization/cl_value_bytes_parsers.rb', line 375

def from_bytes(byte_array)

end

#to_bytes(cl_any) ⇒ Object



371
372
373
# File 'lib/serialization/cl_value_bytes_parsers.rb', line 371

def to_bytes(cl_any)

end