C# Class Avro.MapSchema

Class for map schemas
Inheritance: Avro.UnnamedSchema
Show file Open project: thirumg/Avro.NET

Protected Methods

Method Description
WriteProperties ( Newtonsoft writer ) : void

Private Methods

Method Description
MapSchema ( Schema valueSchema ) : System
NewInstance ( JToken j, Names names ) : MapSchema

Method Details

WriteProperties() protected method

protected WriteProperties ( Newtonsoft writer ) : void
writer Newtonsoft
return void