Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Miscellaneous serialization utilities.

The SerializationHelper..::.Stats type exposes the following members.

Constructors

  NameDescription
SerializationHelper..::.Stats
Initializes a new instance of the SerializationHelper..::.Stats class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InstantiateBuffer
Instantiate a WriteBuffer to write a user type for which this Stats object maintains serialization statistics.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Update
Update the serialization statistics with the size (in bytes) of a newly serialized object.

See Also