public class CrossLangSerializer extends Object implements Serializer
CROSS_LANG_TYPE_ID, JAVA_TYPE_ID, PYTHON_TYPE_ID| Constructor and Description |
|---|
CrossLangSerializer() |
| Modifier and Type | Method and Description |
|---|---|
io.ray.streaming.message.Record |
deserialize(byte[] bytes) |
byte[] |
serialize(Object object) |
public byte[] serialize(Object object)
serialize in interface Serializerpublic io.ray.streaming.message.Record deserialize(byte[] bytes)
deserialize in interface SerializerCopyright © 2020. All rights reserved.