Class SerializesTypeAttribute
Specify that this class serializes specific object types that might not otherwise be determined through reflection.
Inheritance
System.Object
SerializesTypeAttribute
Namespace: Eco.Shared.Serialization
Assembly: Eco.Shared.dll
Syntax
public class SerializesTypeAttribute : Attribute
Constructors
SerializesTypeAttribute(Type)
Declaration
public SerializesTypeAttribute(Type type)
Parameters
Type | Name | Description |
---|---|---|
System. |
type |
Properties
Type
Declaration
public Type Type { get; }
Property Value
Type | Description |
---|---|
System. |