C# Class SerializersCompare.Experiments.AvroExpt

Exibir arquivo Open project: sidshetye/SerializersCompare

Public Methods

Method Description
DeserializeAvro ( byte bytes ) : InheritedEntityAvro
DeserializeAvroMsft ( byte bytes ) : InheritedEntity
RunExpt1 ( ) : void
SerializeAvro ( InheritedEntityAvro thisObj ) : byte[]
SerializeAvroMsft ( InheritedEntity thisObj ) : byte[]

Private Methods

Method Description
AvroMsftToAvro ( ) : void
AvroToAvroMsft ( ) : void
CompareSchemas ( ) : void

Method Details

DeserializeAvro() public method

public DeserializeAvro ( byte bytes ) : InheritedEntityAvro
bytes byte
return SerializersCompare.Serializers.InheritedEntityAvro

DeserializeAvroMsft() public method

public DeserializeAvroMsft ( byte bytes ) : InheritedEntity
bytes byte
return SerializersCompare.Entities.InheritedEntity

RunExpt1() public method

public RunExpt1 ( ) : void
return void

SerializeAvro() public method

public SerializeAvro ( InheritedEntityAvro thisObj ) : byte[]
thisObj SerializersCompare.Serializers.InheritedEntityAvro
return byte[]

SerializeAvroMsft() public method

public SerializeAvroMsft ( InheritedEntity thisObj ) : byte[]
thisObj SerializersCompare.Entities.InheritedEntity
return byte[]