Redagować

Udostępnij przez


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

Name Description
SerializerSession(TypeCodec, WellKnownTypeCollection, CodecProvider)

Initializes a new instance of the SerializerSession class.

Properties

Name Description
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

Name Description
Dispose()
PartialReset()

Resets the referenced objects collection.

Reset()

Performs a full reset.

Applies to