C# Class Org.IdentityConnectors.Framework.Impl.Serializer.Binary.BinaryObjectEncoder

Inheritance: ObjectEncoder, BinaryObjectSerializer
Exibir arquivo Open project: Tirasa/ConnId

Public Methods

Method Description
BinaryObjectEncoder ( Stream output ) : System
Close ( ) : void
Flush ( ) : void
WriteBooleanContents ( bool v ) : void
WriteBooleanField ( String fieldName, bool v ) : void
WriteByteArrayContents ( byte v ) : void
WriteByteContents ( byte v ) : void
WriteClassContents ( Type v ) : void
WriteClassField ( string fieldName, Type v ) : void
WriteDoubleContents ( double v ) : void
WriteDoubleField ( String fieldName, double v ) : void
WriteFloatContents ( float v ) : void
WriteFloatField ( String fieldName, float v ) : void
WriteIntContents ( int v ) : void
WriteIntField ( String fieldName, int v ) : void
WriteLongContents ( long v ) : void
WriteLongField ( String fieldName, long v ) : void
WriteObject ( Object o ) : void
WriteObjectContents ( Object obj ) : void
WriteObjectField ( String fieldName, Object obj, bool inline ) : void
WriteStringContents ( String str ) : void
WriteStringField ( String fieldName, String val ) : void

Method Details

BinaryObjectEncoder() public method

public BinaryObjectEncoder ( Stream output ) : System
output Stream
return System

Close() public method

public Close ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

WriteBooleanContents() public method

public WriteBooleanContents ( bool v ) : void
v bool
return void

WriteBooleanField() public method

public WriteBooleanField ( String fieldName, bool v ) : void
fieldName String
v bool
return void

WriteByteArrayContents() public method

public WriteByteArrayContents ( byte v ) : void
v byte
return void

WriteByteContents() public method

public WriteByteContents ( byte v ) : void
v byte
return void

WriteClassContents() public method

public WriteClassContents ( Type v ) : void
v System.Type
return void

WriteClassField() public method

public WriteClassField ( string fieldName, Type v ) : void
fieldName string
v System.Type
return void

WriteDoubleContents() public method

public WriteDoubleContents ( double v ) : void
v double
return void

WriteDoubleField() public method

public WriteDoubleField ( String fieldName, double v ) : void
fieldName String
v double
return void

WriteFloatContents() public method

public WriteFloatContents ( float v ) : void
v float
return void

WriteFloatField() public method

public WriteFloatField ( String fieldName, float v ) : void
fieldName String
v float
return void

WriteIntContents() public method

public WriteIntContents ( int v ) : void
v int
return void

WriteIntField() public method

public WriteIntField ( String fieldName, int v ) : void
fieldName String
v int
return void

WriteLongContents() public method

public WriteLongContents ( long v ) : void
v long
return void

WriteLongField() public method

public WriteLongField ( String fieldName, long v ) : void
fieldName String
v long
return void

WriteObject() public method

public WriteObject ( Object o ) : void
o Object
return void

WriteObjectContents() public method

public WriteObjectContents ( Object obj ) : void
obj Object
return void

WriteObjectField() public method

public WriteObjectField ( String fieldName, Object obj, bool inline ) : void
fieldName String
obj Object
inline bool
return void

WriteStringContents() public method

public WriteStringContents ( String str ) : void
str String
return void

WriteStringField() public method

public WriteStringField ( String fieldName, String val ) : void
fieldName String
val String
return void