C# Class Avro.FixedSchema

Class for fixed schemas
Inheritance: NamedSchema
Afficher le fichier Open project: thirumg/Avro.NET Class Usage Examples

Méthodes protégées

Méthode Description
WriteProperties ( Newtonsoft writer ) : void

Private Methods

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

Method Details

WriteProperties() protected méthode

protected WriteProperties ( Newtonsoft writer ) : void
writer Newtonsoft
Résultat void