virtual Hashtable ReadMethods
Gets the collection of methods that is used to read a data stream.
virtual bool CanSerialize(Type type)
Gets a value that determines whether a type can be serialized.
Represents an abstract class used for controlling serialization by the T:System.Xml....
virtual Hashtable TypedSerializers
Gets the collection of typed serializers that is found in the assembly.
Controls deserialization by the T:System.Xml.Serialization.XmlSerializer class.
virtual XmlSerializer GetSerializer(Type type)
Returns a serializer for the specified type.
Represents a collection of key/value pairs that are organized based on the hash code of the key....
Serializes and deserializes objects into and from XML documents. The T:System.Xml....
virtual Hashtable WriteMethods
Get the collection of methods that is used to write to a data stream.
Represents type declarations: class types, interface types, array types, value types,...
virtual XmlSerializationWriter Writer
Gets the XML writer object for the serializer.
Defines the reader, writer, and methods for pre-generated, typed serializers.
The exception that is thrown when an invoked method is not supported, or when there is an attempt to ...
virtual XmlSerializationReader Reader
Gets the XML reader object that is used by the serializer.