Class EoCodec
- java.lang.Object
-
- org.eolang.jeo.representation.bytecode.EoCodec
-
-
Constructor Summary
Constructors Constructor Description EoCodec()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectdecode(byte[] bytes, org.eolang.jeo.representation.bytecode.DataType type)Decodes a byte array to an object.byte[]encode(Object object, org.eolang.jeo.representation.bytecode.DataType type)Encodes an object to a byte array.
-