C# Class QvxLib.QvxSerializer

Mostra file Open project: konne/QvxLib Class Usage Examples

Public Methods

Method 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 method

public QvxSerializer ( Type type ) : System
type System.Type
return System

QvxSerializer() public method

public QvxSerializer ( Type type, Dictionary overrideAttributes ) : System
type System.Type
overrideAttributes Dictionary
return System

Serialize() public method

public Serialize ( IEnumerable items, BinaryWriter bw ) : void
items IEnumerable
bw System.IO.BinaryWriter
return void

Serialize() public method

public Serialize ( IEnumerable items, String FileName ) : void
items IEnumerable
FileName String
return void