SerializableInnerType Class |
Namespace: CMS.Helpers
[SerializableAttribute] public class Serializable<InnerType> : ISerializable
The SerializableInnerType type exposes the following members.
Name | Description | |
---|---|---|
SerializableInnerType(InnerType) |
Constructor
| |
SerializableInnerType(SerializationInfo, StreamingContext) |
Constructor for deserialization.
|
Name | Description | |
---|---|---|
GetObjectData |
Serialization function.
| |
ToString |
Returns the string representation of the object
(Overrides ObjectToString.) |
Name | Description | |
---|---|---|
(InnerType to SerializableInnerType) |
Converts string to a serializable string
| |
(SerializableInnerType to InnerType) |
Converts serializable string to a string
|