Declaration
public ClassifyOptions AddTypeProcessor(
Type type,
IClassifyTypeProcessor processor
)Summary
Adds an instruction to
Classify to run every object of type
type through the
specified
IClassifyTypeProcessor implementation before and after serializing or deserializing.
Parameters
| Type | type |
The type of objects to run through the type processor. |
| IClassifyTypeProcessor | processor |
An implementation of IClassifyTypeProcessor that defines the operations to perform before/after
serialization/deserialization. |
Returns
The same options object, allowing chaining.