ISerializer Methods
From Glimpse API
| ISerializer Methods | Glimpse API Documentation |
The ISerializer type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| RegisterSerializationConverters |
Registers a collection of serialization converters which can conduct custom
transformations on given types when processed.
| |
| Serialize |
Serializes the specified object to JSON.
|
See Also