C# Class SerializersCompare.Experiments.AvroExpt

Afficher le fichier Open project: sidshetye/SerializersCompare

Méthodes publiques

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

Private Methods

Méthode Description
AvroMsftToAvro ( ) : void
AvroToAvroMsft ( ) : void
CompareSchemas ( ) : void

Method Details

DeserializeAvro() public méthode

public DeserializeAvro ( byte bytes ) : InheritedEntityAvro
bytes byte
Résultat SerializersCompare.Serializers.InheritedEntityAvro

DeserializeAvroMsft() public méthode

public DeserializeAvroMsft ( byte bytes ) : InheritedEntity
bytes byte
Résultat SerializersCompare.Entities.InheritedEntity

RunExpt1() public méthode

public RunExpt1 ( ) : void
Résultat void

SerializeAvro() public méthode

public SerializeAvro ( InheritedEntityAvro thisObj ) : byte[]
thisObj SerializersCompare.Serializers.InheritedEntityAvro
Résultat byte[]

SerializeAvroMsft() public méthode

public SerializeAvroMsft ( InheritedEntity thisObj ) : byte[]
thisObj SerializersCompare.Entities.InheritedEntity
Résultat byte[]