Table of Contents

Class SerializerContext

Namespace
Stride.Core.Serialization
Assembly
Stride.Core.dll
public class SerializerContext
Inheritance
SerializerContext

Constructors

SerializerContext()

public SerializerContext()

Fields

Tags

public PropertyContainer Tags

Field Value

PropertyContainer

Properties

SerializerSelector

Gets or sets the serializer.

public SerializerSelector SerializerSelector { get; set; }

Property Value

SerializerSelector

The serializer.

Methods

Get<T>(PropertyKey<T>)

public T Get<T>(PropertyKey<T> key)

Parameters

key PropertyKey<T>

Returns

T

Type Parameters

T

Set<T>(PropertyKey<T>, T)

public void Set<T>(PropertyKey<T> key, T value)

Parameters

key PropertyKey<T>
value T

Type Parameters

T