public class BinaryReflectiveSerializer extends Object implements BinarySerializer
Constructor and Description |
---|
BinaryReflectiveSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
readBinary(Object obj,
BinaryReader reader)
Reads fields from provided reader.
|
void |
writeBinary(Object obj,
BinaryWriter writer)
Writes fields to provided writer.
|
public void writeBinary(Object obj, BinaryWriter writer) throws BinaryObjectException
writeBinary
in interface BinarySerializer
obj
- Empty object.writer
- Binary object writer.BinaryObjectException
- In case of error.public void readBinary(Object obj, BinaryReader reader) throws BinaryObjectException
readBinary
in interface BinarySerializer
obj
- Empty objectreader
- Binary object reader.BinaryObjectException
- In case of error.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019