Module: CLValueBytesParsers::CLKeyBytesParser
- Extended by:
- CLKeyBytesParser
- Included in:
- CLKey, CLKeyBytesParser
- Defined in:
- lib/serialization/cl_value_bytes_parsers.rb
Instance Method Summary collapse
Instance Method Details
#from_bytes(byte_array) ⇒ Object
272 273 274 |
# File 'lib/serialization/cl_value_bytes_parsers.rb', line 272 def from_bytes(byte_array) end |
#to_bytes(cl_list) ⇒ Object
268 269 270 |
# File 'lib/serialization/cl_value_bytes_parsers.rb', line 268 def to_bytes(cl_list) end |