Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The SafeConfigurablePofContext type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SafeConfigurablePofContext | Overloaded. |
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.
(Inherited from ConfigurablePofContext.) | |
| CheckNotInitialized |
Verify that the ConfigurablePofContext has not already
been initialized.
(Inherited from ConfigurablePofContext.) | |
| 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.
(Inherited from ConfigurablePofContext.) | |
| Deserialize |
Deserialize an object from a stream by reading its state using
the specified DataReader object.
(Inherited from ConfigurablePofContext.) | |
| EnsureInitialized |
Fully initialize the SafeConfigurablePofContext if it has
not already been initialized.
(Overrides ConfigurablePofContext..::.EnsureInitialized()()().) | |
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
| 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.
| |
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.
(Inherited from ConfigurablePofContext.) | |
| GetPofConfig |
Obtain the ConfigurablePofContext..::.PofConfig that represents the
initialized state of the ConfigurablePofContext.
(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 |
Returns serializer for user type specified by
xmlType.
(Inherited from ConfigurablePofContext.) | |
| GetType | Overloaded. | |
| GetTypeName |
Determine the name of the type associated with a user type
identifier.
(Inherited from ConfigurablePofContext.) | |
| GetUserTypeIdentifier | Overloaded. | |
| GetUserTypeIdentifierInternal | Overloaded. | |
| Initialize |
Bind the ConfigurablePofContext to a URI of the
configuration file, resolving all type names, etc.
(Inherited from ConfigurablePofContext.) | |
| IsUserType | Overloaded. | |
Creates a shallow copy of the current (Inherited from | ||
| ResolveType |
Returns Type specified by xmlType with
configuration information.
(Inherited from ConfigurablePofContext.) | |
| Serialize |
Serialize an object to a stream by writing its state using the
specified DataWriter object.
(Inherited from ConfigurablePofContext.) | |
| ThrowException |
Assemble and throw an informative exception based on the passed
details.
(Inherited from ConfigurablePofContext.) | |
Returns a (Inherited from |
Fields
| Name | Description | |
|---|---|---|
| TYPE_PORTABLE |
The type identifier for objects that implement the PortableObject
interface.
| |
| TYPE_SERIALIZABLE |
The type identifier for .NET Serializable objects.
|
Properties
| Name | Description | |
|---|---|---|
| Config |
IXmlElement holding configuration information.
(Inherited from ConfigurablePofContext.) | |
| ConfigLocation |
Obtain the location of the configuration that the
ConfigurablePofContext used to configure itself.
(Inherited from ConfigurablePofContext.) | |
| IsInitialized |
Determine if the ConfigurablePofContext has completed its
initialization.
(Inherited from ConfigurablePofContext.) | |
| IsInterfaceAllowed |
Determine if the ConfigurablePofContext supports the
configuration of user types by specifying an interface (instead
of a class) for the .NET type.
(Inherited from ConfigurablePofContext.) | |
| IsReferenceEnabled |
Determine if Identity/Reference type support is enabled for this
ConfigurablePofContext.
(Inherited from ConfigurablePofContext.) | |
| IsSubclassAllowed |
Determine if the ConfigurablePofContext supports the
serialization of an object that is an instance of a sub-class of
a configured type, but not actually an instance of a class of a
configured type.
(Inherited from ConfigurablePofContext.) |