Apache Ignite.NET
Apache.Ignite.Core.Binary.IBinarizable Interface Reference

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...
 

Detailed Description

Member Function Documentation

void Apache.Ignite.Core.Binary.IBinarizable.ReadBinary ( IBinaryReader  reader)
Parameters
readerReader.
Exceptions
System.IO.IOExceptionIf read failed.
void Apache.Ignite.Core.Binary.IBinarizable.WriteBinary ( IBinaryWriter  writer)
Parameters
writerWriter.
Exceptions
System.IO.IOExceptionIf write failed.