![]() |
Apache Ignite.NET
|
Interface to implement custom serialization logic. More...
Public Member Functions | |
| void | WriteBinary (IBinaryWriter writer) |
| Writes this object to the given writer. More... | |
| void | ReadBinary (IBinaryReader reader) |
| Reads this object from the given reader. More... | |
| void Apache.Ignite.Core.Binary.IBinarizable.ReadBinary | ( | IBinaryReader | reader | ) |
| reader | Reader. |
| System.IO.IOException | If read failed. |
| void Apache.Ignite.Core.Binary.IBinarizable.WriteBinary | ( | IBinaryWriter | writer | ) |
| writer | Writer. |
| System.IO.IOException | If write failed. |