C# Class QvxLib.QvxSerializer

Afficher le fichier Open project: konne/QvxLib Class Usage Examples

Méthodes publiques

Méthode Description
QvxSerializer ( Type type ) : System
QvxSerializer ( Type type, Dictionary overrideAttributes ) : System
Serialize ( IEnumerable items, BinaryWriter bw ) : void
Serialize ( IEnumerable items, String FileName ) : void

Method Details

QvxSerializer() public méthode

public QvxSerializer ( Type type ) : System
type System.Type
Résultat System

QvxSerializer() public méthode

public QvxSerializer ( Type type, Dictionary overrideAttributes ) : System
type System.Type
overrideAttributes Dictionary
Résultat System

Serialize() public méthode

public Serialize ( IEnumerable items, BinaryWriter bw ) : void
items IEnumerable
bw System.IO.BinaryWriter
Résultat void

Serialize() public méthode

public Serialize ( IEnumerable items, String FileName ) : void
items IEnumerable
FileName String
Résultat void