The IKspSerializer type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| DeSerialize |
De-Serializes the provided reader into context.
| |
| Serialize |
Serializes the provided context into the writer
| |
| SupportsVersion |
Tells if a specified version is supported by the implmentation
|
Properties
| Name | Description | |
|---|---|---|
| CanDeSerialize |
Gets the value indicating whether the implmentation can sde-erialize KSP data for the supported versions
| |
| CanSerialize |
Gets the value indicating whether the implmentation can serialize KSP data for the supported versions
| |
| Versions |
Gets the list of KSP versions this serializer supports
|
See Also