Class SerializerFactory
- Namespace
- Stride.Core.Serialization
- Assembly
- Stride.Core.dll
Used as a fallback when GetSerializer(ref ObjectId) didn't find anything.
public abstract class SerializerFactory
- Inheritance
-
SerializerFactory
- Derived
Methods
GetSerializer(SerializerSelector, ref ObjectId)
public abstract DataSerializer GetSerializer(SerializerSelector selector, ref ObjectId typeId)
Parameters
selector
SerializerSelectortypeId
ObjectId
Returns
GetSerializer(SerializerSelector, Type)
public abstract DataSerializer GetSerializer(SerializerSelector selector, Type type)
Parameters
selector
SerializerSelectortype
Type