Class SerializerSchema
Inheritance
System.Object
SerializerSchema
Namespace: Eco.Core.Serialization
Assembly: Eco.Core.dll
Syntax
public class SerializerSchema : Object
Constructors
SerializerSchema()
Declaration
public SerializerSchema()
Properties
MemberSchema
Declaration
public Dictionary<string, string> MemberSchema { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
SchemaType
Declaration
public string SchemaType { get; set; }
Property Value
Type | Description |
---|---|
System.String |