Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The SafeConfigurablePofContext 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.
(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()()()().) |
![]() | 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 |
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()()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetType(Int32) |
Determine the type associated with the given user type
identifier.
(Overrides ConfigurablePofContext..::..GetType(Int32).) |
![]() | GetTypeName |
Determine the name of the type associated with a user type
identifier.
(Inherited from ConfigurablePofContext.) |
![]() | GetUserTypeIdentifier(Object) |
Determine the user type identifier associated with the given
object.
(Inherited from ConfigurablePofContext.) |
![]() | GetUserTypeIdentifier(String) |
Determine the user type identifier associated with the given type
name.
(Overrides ConfigurablePofContext..::..GetUserTypeIdentifier(String).) |
![]() | GetUserTypeIdentifier(Type) |
Determine the user type identifier associated with the given
type.
(Overrides ConfigurablePofContext..::..GetUserTypeIdentifier(Type).) |
![]() | GetUserTypeIdentifierInternal(String) |
Determine the user type identifier associated with the given type
name.
(Inherited from ConfigurablePofContext.) |
![]() | GetUserTypeIdentifierInternal(Type) |
Determine the user type identifier associated with the given
type.
(Inherited from ConfigurablePofContext.) |
![]() | Initialize |
Bind the ConfigurablePofContext to a URI of the
configuration file, resolving all type names, etc.
(Inherited from ConfigurablePofContext.) |
![]() | IsUserType(Object) |
Determine if the given object is of a user type known to this
IPofContext.
(Inherited from ConfigurablePofContext.) |
![]() | IsUserType(String) |
Determine if the type with the given name is a user type known to
this IPofContext.
(Overrides ConfigurablePofContext..::..IsUserType(String).) |
![]() | IsUserType(Type) |
Determine if the given type is a user type known to this
IPofContext.
(Overrides ConfigurablePofContext..::..IsUserType(Type).) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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.) |
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |