![]() |
Apache Ignite.NET
|
Ignite Binary Objects API classes. More...
Classes | |
| class | BinaryConfiguration |
| Binary type configuration. More... | |
| class | BinaryObjectException |
| Indicates an error during binarization. More... | |
| class | BinaryTypeConfiguration |
| Binary type configuration. More... | |
| class | BinaryTypeNames |
| Binary type name constants. More... | |
| interface | IBinarizable |
| Interface to implement custom serialization logic. More... | |
| interface | IBinary |
Defines binary objects functionality. With binary objects you are able to:
| |
| interface | IBinaryIdMapper |
| Maps class name and class field names to integer identifiers. More... | |
| interface | IBinaryNameMapper |
| Maps type and field names to different names. More... | |
| interface | IBinaryObject |
| Wrapper for serialized objects. More... | |
| interface | IBinaryObjectBuilder |
| binary object builder. Provides ability to build binary objects dynamically without having class definitions. More... | |
| interface | IBinaryRawReader |
| Raw reader for binary objects. More... | |
| interface | IBinaryRawWriter |
| Raw writer for binary objects. More... | |
| interface | IBinaryReader |
| Reader for binary objects. More... | |
| interface | IBinarySerializer |
| Binary serializer. More... | |
| interface | IBinaryType |
| Binary type metadata. More... | |
| interface | IBinaryWriter |
| Writer for binary objects. More... | |