Show / Hide Table of Contents

    Interface ICustomSerializable

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface ICustomSerializable

    Methods

    | Improve this Doc View Source

    Load(String)

    Declaration
    void Load(string contents)
    Parameters
    Type Name Description
    System.String contents
    | Improve this Doc View Source

    Save()

    Declaration
    ICustomSerializableData Save()
    Returns
    Type Description
    ICustomSerializableData
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX