XmlSerializerRepository MembersDocuWare Platform .NET API
The XmlSerializerRepository type exposes the following members.
Constructors

  NameDescription
Public methodXmlSerializerRepository
Initializes a new instance of the XmlSerializerRepository class
Back to Top
Methods

  NameDescription
Public methodGetSerializer(Type)
Gets the serializer.
Public methodGetSerializer T  
Gets the serializer.
Public methodStatic memberParseFromXmlString T ( Byte )
Parses from the specified compressed XML string.
Public methodStatic memberParseFromXmlString T (String)
Parses from the specified XML string.
Public methodStatic memberReadFromStream T 
Reads from stream.
Public methodStatic memberToCompressedXmlString T 
Converts an object to an compressed XML string.
Public methodStatic memberToXmlString T 
Converts an object to an XML string.
Public methodStatic memberWrite T 
Serializes the specified item as XML to the target stream.
Back to Top
See Also