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

Inheritance: ObjectEncoder, BinaryObjectSerializer
Afficher le fichier Open project: Tirasa/ConnId

Méthodes publiques

Méthode 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 méthode

public BinaryObjectEncoder ( Stream output ) : System
output Stream
Résultat System

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

WriteBooleanContents() public méthode

public WriteBooleanContents ( bool v ) : void
v bool
Résultat void

WriteBooleanField() public méthode

public WriteBooleanField ( String fieldName, bool v ) : void
fieldName String
v bool
Résultat void

WriteByteArrayContents() public méthode

public WriteByteArrayContents ( byte v ) : void
v byte
Résultat void

WriteByteContents() public méthode

public WriteByteContents ( byte v ) : void
v byte
Résultat void

WriteClassContents() public méthode

public WriteClassContents ( Type v ) : void
v System.Type
Résultat void

WriteClassField() public méthode

public WriteClassField ( string fieldName, Type v ) : void
fieldName string
v System.Type
Résultat void

WriteDoubleContents() public méthode

public WriteDoubleContents ( double v ) : void
v double
Résultat void

WriteDoubleField() public méthode

public WriteDoubleField ( String fieldName, double v ) : void
fieldName String
v double
Résultat void

WriteFloatContents() public méthode

public WriteFloatContents ( float v ) : void
v float
Résultat void

WriteFloatField() public méthode

public WriteFloatField ( String fieldName, float v ) : void
fieldName String
v float
Résultat void

WriteIntContents() public méthode

public WriteIntContents ( int v ) : void
v int
Résultat void

WriteIntField() public méthode

public WriteIntField ( String fieldName, int v ) : void
fieldName String
v int
Résultat void

WriteLongContents() public méthode

public WriteLongContents ( long v ) : void
v long
Résultat void

WriteLongField() public méthode

public WriteLongField ( String fieldName, long v ) : void
fieldName String
v long
Résultat void

WriteObject() public méthode

public WriteObject ( Object o ) : void
o Object
Résultat void

WriteObjectContents() public méthode

public WriteObjectContents ( Object obj ) : void
obj Object
Résultat void

WriteObjectField() public méthode

public WriteObjectField ( String fieldName, Object obj, bool inline ) : void
fieldName String
obj Object
inline bool
Résultat void

WriteStringContents() public méthode

public WriteStringContents ( String str ) : void
str String
Résultat void

WriteStringField() public méthode

public WriteStringField ( String fieldName, String val ) : void
fieldName String
val String
Résultat void