| Offers a convenient way to use Classify to serialize objects using the JSON format. |
|
Provides a format to serialize/deserialize objects as JSON using Classify and any serialization
options which are format-specific. To use this format, see ClassifyJsonFormat.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>). |