Class MeshComponentSerializer
Serializer of the component list in Yaml.
Implements
IYamlSerializable
IYamlSerializableFactory
Inherited Members
Namespace: Evergine.Framework.Assets.Serialization
Assembly: Evergine.Framework.dll
Syntax
public class MeshComponentSerializer : CustomYamlObjectSerializer, IYamlSerializable, IYamlSerializableFactory
Properties
IsFactory
Gets a value indicating whether the serializer is a factory.
Declaration
public override bool IsFactory { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
Type
Gets the type of the serializer.
Declaration
public override Type Type { get; }
Property Value
Type | Description |
---|---|
Type |
Overrides
Methods
ReadYaml(ref ObjectContext)
Declaration
public override object ReadYaml(ref ObjectContext objectContext)
Parameters
Type | Name | Description |
---|---|---|
ObjectContext | objectContext |
Returns
Type | Description |
---|---|
object |
Overrides
Implements
SharpYaml.Serialization.IYamlSerializable
SharpYaml.Serialization.IYamlSerializableFactory