Module: CLValueBytesParsers::CLByteArrayBytesParser

Extended by:
CLByteArrayBytesParser
Included in:
CLByteArray, CLByteArrayBytesParser
Defined in:
lib/serialization/cl_value_bytes_parsers.rb

Instance Method Summary collapse

Instance Method Details

#from_bytes(byte_array) ⇒ Object



339
340
341
# File 'lib/serialization/cl_value_bytes_parsers.rb', line 339

def from_bytes(byte_array)
  
end

#to_bytes(cl_byte_array) ⇒ Object



335
336
337
# File 'lib/serialization/cl_value_bytes_parsers.rb', line 335

def to_bytes(cl_byte_array)

end