Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Namespace: RT.Serialization

Offers a convenient way to use Classify to serialize objects using the XML format.
Provides a format to serialize/deserialize objects as XML using Classify and any serialization options which are format-specific. This class can only be instantiated through the factory method ClassifyXmlFormat.Create(string). See also ClassifyXmlFormat.Default.
Contains methods to process an object and/or the associated serialized form before or after Classify (de)serializes it. To have effect, this interface must be implemented by the object being serialized.
Contains methods to process an object and/or the associated serialized form before or after Classify (de)serializes it. To have effect, this interface must be implemented by a class and passed into ClassifyOptions.AddTypeProcessor<TElement>(Type, IClassifyTypeProcessor<TElement>).