Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The SerializationHelper type exposes the following members.

Constructors

  NameDescription
Public methodSerializationHelper
Initializes a new instance of the SerializationHelper class

Methods

  NameDescription
Public methodStatic memberConvertUTF
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.
Public methodStatic memberDecorateBinary
Decorate the specified Binary with the specified integer decoration.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberExtractIntDecoration
Extract a decoration value from the specified Binary that contains an integer decoration.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromBinary
Deserialize an object from its Binary form.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsIntDecorated
Check whether or not the specified Binary has an integer decoration.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberRemoveIntDecoration
Remove the integer decoration from the specified Binary.
Public methodStatic memberToBinary
Serialize an object into its Binary form.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberDECO_VALUE
Decoration: The original value (before being decorated).

See Also