SerializationHelper Class |
Namespace: Tangosol.Util
public class SerializationHelper
The SerializationHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() | SerializationHelper | Initializes a new instance of the SerializationHelper class |
Name | Description | |
---|---|---|
![]() ![]() | ConvertUTF |
Convert binary UTF-8 encode data to a String. This method is a helper
to allow various I/O implementations to share a single, efficient
implementation.
|
![]() ![]() | DecorateBinary |
Decorate the specified Binary with the specified integer decoration.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() | ExtractIntDecoration |
Extract a decoration value from the specified Binary that contains an
integer decoration.
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FromBinary |
Deserialize an object from its Binary form.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IsIntDecorated |
Check whether or not the specified Binary has an integer
decoration.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | RemoveIntDecoration |
Remove the integer decoration from the specified Binary.
|
![]() ![]() | ToBinary |
Serialize an object into its Binary form.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | DECO_VALUE |
Decoration: The original value (before being decorated).
|