Méthode | Description | |
---|---|---|
Deserialize ( |
Deserializes a package from the given stream.
|
|
Serialize ( IBasePackage package, |
Serializes the package in the given stream.
|
Méthode | Description | |
---|---|---|
PackageSerializer ( ) : System.IO |
Initializes a new PackageSerializer class.
|
public static Deserialize ( |
||
stream | The Stream. | |
Résultat | IBasePackage |
public static Serialize ( IBasePackage package, |
||
package | IBasePackage | The Package. |
targetStream | The TargetStream | |
Résultat | void |