SerializerContext Class
Namespace: Stride.Core.Serialization
Assembly: Stride.Core.dll
System.Object →
SerializerContext
Derived from SerializerContext:
public class SerializerContext
|
Improve this Doc
View Source
Constructors
SerializerContext()
public SerializerContext()
|
Improve this Doc
View Source
Fields
Tags
public PropertyContainer Tags
Field Value
|
Improve this Doc
View Source
Properties
SerializerSelector
Gets or sets the serializer.
public SerializerSelector SerializerSelector { get; set; }
Property Value
|
Improve this Doc
View Source
Methods
Get<T>(PropertyKey<T>)
public T Get<T>(PropertyKey<T> key)
Parameters
Returns
Type Parameters
Set<T>(PropertyKey<T>, T)
public void Set<T>(PropertyKey<T> key, T value)
Parameters
Type Parameters
Extension Methods