C# Class HotChai.Serialization.ObjectWriterExtensions

Afficher le fichier Open project: hotchai/serialize.net

Méthodes publiques

Méthode Description
WriteArray ( this writer, IEnumerable array ) : void
WriteArray ( this writer, IEnumerable array ) : void
WriteArray ( this writer, IEnumerable array ) : void
WriteArray ( this writer, IEnumerable array ) : void
WriteArray ( this writer, IEnumerable array ) : void
WriteArray ( this writer, IEnumerable array ) : void
WriteArray ( this writer, IEnumerable array ) : void
WriteArray ( this writer, IEnumerable array ) : void
WriteMember ( this writer, int key, IEnumerable value ) : void
WriteMember ( this writer, int key, IEnumerable value ) : void
WriteMember ( this writer, int key, IEnumerable value ) : void
WriteMember ( this writer, int key, IEnumerable value ) : void
WriteMember ( this writer, int key, IEnumerable value ) : void
WriteMember ( this writer, int key, IEnumerable value ) : void
WriteMember ( this writer, int key, IEnumerable value ) : void
WriteMember ( this writer, int key, IEnumerable value ) : void
WriteMember ( this writer, int key, bool value ) : void
WriteMember ( this writer, int key, byte value ) : void
WriteMember ( this writer, int key, double value ) : void
WriteMember ( this writer, int key, float value ) : void
WriteMember ( this writer, int key, int value ) : void
WriteMember ( this writer, int key, long value ) : void
WriteMember ( this writer, int key, string value ) : void
WriteMember ( this writer, int key, uint value ) : void
WriteMember ( this writer, int key, ulong value ) : void
WriteValue ( this writer, System.DateTime value ) : void
WriteValue ( this writer, DateTimeOffset value ) : void
WriteValue ( this writer, System.TimeSpan value ) : void

Method Details

WriteArray() public static méthode

public static WriteArray ( this writer, IEnumerable array ) : void
writer this
array IEnumerable
Résultat void

WriteArray() public static méthode

public static WriteArray ( this writer, IEnumerable array ) : void
writer this
array IEnumerable
Résultat void

WriteArray() public static méthode

public static WriteArray ( this writer, IEnumerable array ) : void
writer this
array IEnumerable
Résultat void

WriteArray() public static méthode

public static WriteArray ( this writer, IEnumerable array ) : void
writer this
array IEnumerable
Résultat void

WriteArray() public static méthode

public static WriteArray ( this writer, IEnumerable array ) : void
writer this
array IEnumerable
Résultat void

WriteArray() public static méthode

public static WriteArray ( this writer, IEnumerable array ) : void
writer this
array IEnumerable
Résultat void

WriteArray() public static méthode

public static WriteArray ( this writer, IEnumerable array ) : void
writer this
array IEnumerable
Résultat void

WriteArray() public static méthode

public static WriteArray ( this writer, IEnumerable array ) : void
writer this
array IEnumerable
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, IEnumerable value ) : void
writer this
key int
value IEnumerable
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, IEnumerable value ) : void
writer this
key int
value IEnumerable
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, IEnumerable value ) : void
writer this
key int
value IEnumerable
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, IEnumerable value ) : void
writer this
key int
value IEnumerable
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, IEnumerable value ) : void
writer this
key int
value IEnumerable
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, IEnumerable value ) : void
writer this
key int
value IEnumerable
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, IEnumerable value ) : void
writer this
key int
value IEnumerable
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, IEnumerable value ) : void
writer this
key int
value IEnumerable
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, bool value ) : void
writer this
key int
value bool
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, byte value ) : void
writer this
key int
value byte
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, double value ) : void
writer this
key int
value double
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, float value ) : void
writer this
key int
value float
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, int value ) : void
writer this
key int
value int
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, long value ) : void
writer this
key int
value long
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, string value ) : void
writer this
key int
value string
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, uint value ) : void
writer this
key int
value uint
Résultat void

WriteMember() public static méthode

public static WriteMember ( this writer, int key, ulong value ) : void
writer this
key int
value ulong
Résultat void

WriteValue() public static méthode

public static WriteValue ( this writer, System.DateTime value ) : void
writer this
value System.DateTime
Résultat void

WriteValue() public static méthode

public static WriteValue ( this writer, DateTimeOffset value ) : void
writer this
value DateTimeOffset
Résultat void

WriteValue() public static méthode

public static WriteValue ( this writer, System.TimeSpan value ) : void
writer this
value System.TimeSpan
Résultat void