Method | Description | |
---|---|---|
Deserialize ( Stream stream, PiaFile piaFile ) : void | ||
Serialize ( Stream stream, PiaFile piaFile ) : void |
Method | Description | |
---|---|---|
_deserializeNode ( PiaNode parent, string nodeString ) : void | ||
_deserializeValue ( string valueString ) : string>.KeyValuePair |
||
_serializeNode ( PiaNode node, int level ) : string | ||
_serializeValue ( string>.KeyValuePair |
public static Deserialize ( Stream stream, PiaFile piaFile ) : void | ||
stream | Stream | |
piaFile | PiaFile | |
return | void |
public static Serialize ( Stream stream, PiaFile piaFile ) : void | ||
stream | Stream | |
piaFile | PiaFile | |
return | void |