Oracle® Coherence .NET API Reference Release 3.6
E15727-01

The SafeConfigurablePofContext type exposes the following members.

Methods

  NameDescription
AppendDefaultSerializerToUserTypes (Inherited from ConfigurablePofContext.)
CheckNotInitialized (Inherited from ConfigurablePofContext.)
CreatePofConfig (Inherited from ConfigurablePofContext.)
Deserialize (Inherited from ConfigurablePofContext.)
EnsureInitialized
Fully initialize the SafeConfigurablePofContext if it has not already been initialized.
(Overrides ConfigurablePofContext..::.EnsureInitialized()()().)
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.)
GetGenericTypeId
For user types that are not registered in the POF configuration used by this PofContext, determine if the user type can be serialized using POF, otherwise determine if the user type can be serialized using standard .NET BinaryFormatter.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetInheritedUserTypeIdentifier (Inherited from ConfigurablePofContext.)
GetPofConfig (Inherited from ConfigurablePofContext.)
GetPofSerializer
Return an IPofSerializer that can be used to serialize and deserialize an object of the specified user type to and from a POF stream.
(Overrides ConfigurablePofContext..::.GetPofSerializer(Int32).)
GetSerializer (Inherited from ConfigurablePofContext.)
GetTypeOverloaded.
GetTypeName (Inherited from ConfigurablePofContext.)
GetUserTypeIdentifierOverloaded.
GetUserTypeIdentifierInternalOverloaded.
Initialize (Inherited from ConfigurablePofContext.)
IsUserTypeOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ResolveType (Inherited from ConfigurablePofContext.)
Serialize (Inherited from ConfigurablePofContext.)
ThrowException (Inherited from ConfigurablePofContext.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also