C# Class PiaNO.Serialization.PiaSerializer

Afficher le fichier Open project: phusband/PiaNO

Méthodes publiques

Méthode Description
Deserialize ( Stream stream, PiaFile piaFile ) : void
Serialize ( Stream stream, PiaFile piaFile ) : void

Private Methods

Méthode Description
_deserializeNode ( PiaNode parent, string nodeString ) : void
_deserializeValue ( string valueString ) : string>.KeyValuePair
_serializeNode ( PiaNode node, int level ) : string
_serializeValue ( string>.KeyValuePair value ) : string

Method Details

Deserialize() public static méthode

public static Deserialize ( Stream stream, PiaFile piaFile ) : void
stream Stream
piaFile PiaFile
Résultat void

Serialize() public static méthode

public static Serialize ( Stream stream, PiaFile piaFile ) : void
stream Stream
piaFile PiaFile
Résultat void