C# Class Avro.ArraySchema

Class for array type schemas
Inheritance: Avro.UnnamedSchema
Afficher le fichier Open project: thirumg/Avro.NET Class Usage Examples

Méthodes publiques

Méthode Description
ArraySchema ( Schema items ) : System

Méthodes protégées

Méthode Description
WriteProperties ( Newtonsoft writer ) : void

Private Methods

Méthode Description
NewInstance ( JToken j, Names names ) : ArraySchema

Method Details

ArraySchema() public méthode

public ArraySchema ( Schema items ) : System
items Schema
Résultat System

WriteProperties() protected méthode

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