Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Interface: RT.Serialization.IClassifyXmlTypeProcessor

Summary

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>).