C# Class Wire.DeserializerSession

Show file Open project: akkadotnet/Wire Class Usage Examples

Public Properties

Property Type Description
Serializer Serializer

Public Methods

Method Description
DeserializerSession ( [ serializer ) : System
GetBuffer ( int length ) : byte[]
GetDeserializedObject ( int id ) : object
GetTypeFromTypeId ( int typeId ) : Type
GetVersionInfo ( [ type ) : TypeVersionInfo
TrackDeserializedObject ( [ obj ) : void
TrackDeserializedType ( [ type ) : void
TrackDeserializedTypeWithVersion ( [ type, [ versionInfo ) : void

Method Details

DeserializerSession() public method

public DeserializerSession ( [ serializer ) : System
serializer [
return System

GetBuffer() public method

public GetBuffer ( int length ) : byte[]
length int
return byte[]

GetDeserializedObject() public method

public GetDeserializedObject ( int id ) : object
id int
return object

GetTypeFromTypeId() public method

public GetTypeFromTypeId ( int typeId ) : Type
typeId int
return System.Type

GetVersionInfo() public method

public GetVersionInfo ( [ type ) : TypeVersionInfo
type [
return TypeVersionInfo

TrackDeserializedObject() public method

public TrackDeserializedObject ( [ obj ) : void
obj [
return void

TrackDeserializedType() public method

public TrackDeserializedType ( [ type ) : void
type [
return void

TrackDeserializedTypeWithVersion() public method

public TrackDeserializedTypeWithVersion ( [ type, [ versionInfo ) : void
type [
versionInfo [
return void

Property Details

Serializer public property

public Serializer Serializer
return Serializer