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