Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The ConfigurablePofContext type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AppendDefaultSerializerToUserTypes |
Process <default-serializer> element from specified xml
configuration and appends information about serializer to each
<user-type> element within <user-type-list> unless
user type already has serializer specified.
| |
| CheckNotInitialized |
Verify that the ConfigurablePofContext has not already
been initialized.
| |
| CreatePofConfig |
Create a ConfigurablePofContext..::.PofConfig object based on a configuration
that was either provided as XML, or can be loaded from the
specified (or default) URI.
| |
| Deserialize |
Deserialize an object from a stream by reading its state using
the specified DataReader object.
| |
| EnsureInitialized |
Fully initialize the ConfigurablePofContext if it has not
already been initialized.
| |
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
| GetInheritedUserTypeIdentifier |
Helper method for determining the user type identifier associated
with a given class that does not have a direct configured
association.
| |
| GetPofConfig |
Obtain the ConfigurablePofContext..::.PofConfig that represents the
initialized state of the 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.
| |
| GetSerializer |
Returns serializer for user type specified by
xmlType.
| |
| GetType | Overloaded. | |
| GetTypeName |
Determine the name of the type associated with a user type
identifier.
| |
| GetUserTypeIdentifier | Overloaded. | |
| GetUserTypeIdentifierInternal | Overloaded. | |
| Initialize |
Bind the ConfigurablePofContext to a URI of the
configuration file, resolving all type names, etc.
| |
| IsUserType | Overloaded. | |
| LoadDefaultPofConfig |
Load and return the default XML POF configuration.
| |
Creates a shallow copy of the current (Inherited from | ||
| ResolveType |
Returns Type specified by xmlType with
configuration information.
| |
| Serialize |
Serialize an object to a stream by writing its state using the
specified DataWriter object.
| |
| ThrowException |
Assemble and throw an informative exception based on the passed
details.
| |
Returns a (Inherited from |