Interface ICustomSerializableData
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public interface ICustomSerializableData
Properties
| Improve this Doc View SourceContent
Declaration
string Content { get; }
Property Value
Type | Description |
---|---|
System.String |
Type
Type must implement ICustomSerializable
Declaration
Type Type { get; }
Property Value
Type | Description |
---|---|
System.Type | The type. |