MetalamaAPI documentationAspect APIMetalama.​Framework.​SerializationISerializer­Factory
Open sandboxFocus

ISerializerFactory Interface

Defines a method CreateSerializer(Type), which creates instances of the ISerializer interface for given object types.

Namespace: Metalama.Framework.Serialization
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public interface ISerializerFactory

Methods

Name Description
CreateSerializer(Type)

Creates an instance of the ISerializer interface for a given object type.