Class SerializedWithAttribute
Inheritance
System.Object
SerializedWithAttribute
Assembly: Eco.Shared.dll
Syntax
public class SerializedWithAttribute : Attribute
Constructors
SerializedWithAttribute(Type, Type)
Declaration
public SerializedWithAttribute(Type serializerType, Type migrationSerializerType = null)
Parameters
Type |
Name |
Description |
System.Type |
serializerType |
|
System.Type |
migrationSerializerType |
|
Properties
MigrationSerializerType
Declaration
public Type MigrationSerializerType { get; }
Property Value
Type |
Description |
System.Type |
|
SerializerType
Declaration
public Type SerializerType { get; }
Property Value
Type |
Description |
System.Type |
|
Extension Methods