Module: CLValueBytesParsers::CLResultBytesParser

Extended by:
CLResultBytesParser
Included in:
CLResult, CLResultBytesParser
Defined in:
lib/serialization/cl_value_bytes_parsers.rb

Instance Method Summary collapse

Instance Method Details

#from_bytes(byte_array) ⇒ Object



351
352
353
# File 'lib/serialization/cl_value_bytes_parsers.rb', line 351

def from_bytes(byte_array)
  
end

#to_bytes(cl_result) ⇒ Object



347
348
349
# File 'lib/serialization/cl_value_bytes_parsers.rb', line 347

def to_bytes(cl_result)

end