public interface Serializer
| Modifier and Type | Field and Description |
|---|---|
static byte |
CROSS_LANG_TYPE_ID |
static byte |
JAVA_TYPE_ID |
static byte |
PYTHON_TYPE_ID |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
deserialize(byte[] bytes) |
byte[] |
serialize(Object object) |
static final byte CROSS_LANG_TYPE_ID
static final byte JAVA_TYPE_ID
static final byte PYTHON_TYPE_ID
byte[] serialize(Object object)
<T> T deserialize(byte[] bytes)
Copyright © 2021. All rights reserved.