Class for serializing/deserializing Java enums
Inheritance Hierarchy
Hazelcast.IO.SerializationJavaEnum
Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax
The JavaEnum type exposes the following members.
Constructors
Name | Description | |
---|---|---|
JavaEnum | Initializes a new instance of the JavaEnum class |
Properties
Name | Description | |
---|---|---|
Type | ||
Value |
Methods
Name | Description | |
---|---|---|
Equals | (Overrides ObjectEquals(Object).) | |
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
See Also