C# Class Wire.SerializerSession

Afficher le fichier Open project: akkadotnet/Wire Class Usage Examples

Méthodes publiques

Свойство Type Description
Serializer Serializer

Méthodes publiques

Méthode Description
GetBuffer ( int length ) : byte[]
SerializerSession ( Serializer serializer ) : System
ShouldWriteTypeManifest ( Type type, ushort &index ) : bool
TrackSerializedObject ( object obj ) : void
TrackSerializedType ( Type type ) : void
TryGetObjectId ( object obj, int &objectId ) : bool
TryGetValue ( Type key, ushort &value ) : bool

Method Details

GetBuffer() public méthode

public GetBuffer ( int length ) : byte[]
length int
Résultat byte[]

SerializerSession() public méthode

public SerializerSession ( Serializer serializer ) : System
serializer Serializer
Résultat System

ShouldWriteTypeManifest() public méthode

public ShouldWriteTypeManifest ( Type type, ushort &index ) : bool
type System.Type
index ushort
Résultat bool

TrackSerializedObject() public méthode

public TrackSerializedObject ( object obj ) : void
obj object
Résultat void

TrackSerializedType() public méthode

public TrackSerializedType ( Type type ) : void
type System.Type
Résultat void

TryGetObjectId() public méthode

public TryGetObjectId ( object obj, int &objectId ) : bool
obj object
objectId int
Résultat bool

TryGetValue() public méthode

public TryGetValue ( Type key, ushort &value ) : bool
key System.Type
value ushort
Résultat bool

Property Details

Serializer public_oe property

public Serializer Serializer
Résultat Serializer