C# 클래스 Avro.FixedSchema

Class for fixed schemas
상속: NamedSchema
파일 보기 프로젝트 열기: thirumg/Avro.NET 1 사용 예제들

보호된 메소드들

메소드 설명
WriteProperties ( Newtonsoft writer ) : void

비공개 메소드들

메소드 설명
FixedSchema ( Name name, int size, Names names ) : System
NewInstance ( JToken j, Names names ) : FixedSchema

메소드 상세

WriteProperties() 보호된 메소드

protected WriteProperties ( Newtonsoft writer ) : void
writer Newtonsoft
리턴 void