SerializerSession Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contextual information for a serializer operation.
public sealed class SerializerSession : IDisposable
type SerializerSession = class
interface IDisposable
Public NotInheritable Class SerializerSession
Implements IDisposable
- Inheritance
-
SerializerSession
- Implements
Constructors
| SerializerSession(TypeCodec, WellKnownTypeCollection, CodecProvider) |
Initializes a new instance of the SerializerSession class. |
Properties
| CodecProvider |
Gets the codec provider. |
| ReferencedObjects |
Gets the referenced object collection. |
| ReferencedTypes |
Gets the referenced type collection. |
| TypeCodec |
Gets the type codec. |
| WellKnownTypes |
Gets the well known types collection. |
Methods
| Dispose() | |
| PartialReset() |
Resets the referenced objects collection. |
| Reset() |
Performs a full reset. |