Click or drag to resize
SerializableInnerType Class
Serializable representation of the string
Inheritance Hierarchy
SystemObject
  CMS.HelpersSerializableInnerType

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
public class Serializable<InnerType> : ISerializable

Type Parameters

InnerType

The SerializableInnerType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyValue
String value
Top
Methods
  NameDescription
Public methodGetObjectData
Serialization function.
Public methodToString
Returns the string representation of the object
(Overrides ObjectToString.)
Top
Operators
See Also