ConfigurablePofContext Methods | 
The ConfigurablePofContext type exposes the following members.
| 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 ConfigurablePofContextPofConfig 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.
              | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| 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.
              | |
| GetPofConfig | 
            Obtain the ConfigurablePofContextPofConfig 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 | Gets the Type of the current instance.  (Inherited from Object.) | |
| GetType(Int32) | 
            Determine the type associated with the given user type
            identifier.
              | |
| GetTypeName | 
            Determine the name of the type associated with a user type
            identifier.
              | |
| GetUserTypeIdentifier(Object) | 
            Determine the user type identifier associated with the given
            object.
              | |
| GetUserTypeIdentifier(String) | 
            Determine the user type identifier associated with the given type
            name.
              | |
| GetUserTypeIdentifier(Type) | 
            Determine the user type identifier associated with the given
            type.
              | |
| GetUserTypeIdentifierInternal(String) | 
            Determine the user type identifier associated with the given type
            name.
              | |
| GetUserTypeIdentifierInternal(Type) | 
            Determine the user type identifier associated with the given
            type.
              | |
| Initialize | 
            Bind the ConfigurablePofContext to a URI of the
            configuration file, resolving all type names, etc.
              | |
| IsUserType(Object) | 
            Determine if the given object is of a user type known to this
            IPofContext.
              | |
| IsUserType(String) | 
            Determine if the type with the given name is a user type known to
            this IPofContext.
              | |
| IsUserType(Type) | 
            Determine if the given type is a user type known to this
            IPofContext.
              | |
| LoadDefaultPofConfig | 
            Load and return the default XML POF configuration.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| 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.
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |