Wrapper for serialized objects.
More...
| T Apache.Ignite.Core.Binary.IBinaryObject.Deserialize< T > |
( |
| ) |
|
- Returns
- Fully deserialized instance of binary object.
| IBinaryType Apache.Ignite.Core.Binary.IBinaryObject.GetBinaryType |
( |
| ) |
|
| TF Apache.Ignite.Core.Binary.IBinaryObject.GetField< TF > |
( |
string |
fieldName | ) |
|
- Parameters
-
- Returns
- Field value.
| bool Apache.Ignite.Core.Binary.IBinaryObject.HasField |
( |
string |
fieldName | ) |
|
- Parameters
-
| fieldName | Name of the field. |
- Returns
- True if there is a field with specified name; false otherwise.
| int Apache.Ignite.Core.Binary.IBinaryObject.EnumValue |
|
get |
The value of underlying enum in int form.