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