Edit

Share via


SerializerSession Class

Definition

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.

Applies to