C# Class Avro.FixedSchema

Class for fixed schemas
Inheritance: NamedSchema
Show file Open project: thirumg/Avro.NET Class Usage Examples

Protected Methods

Method Description
WriteProperties ( Newtonsoft writer ) : void

Private Methods

Method Description
FixedSchema ( Name name, int size, Names names ) : System
NewInstance ( JToken j, Names names ) : FixedSchema

Method Details

WriteProperties() protected method

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