Search Results for

    Show / Hide Table of Contents

    Class PlayerPrefsDataCatalogIOAsset.SerializableEntry

    Inheritance
    Object
    PlayerPrefsDataCatalogIOAsset.SerializableEntry
    Namespace: MackySoft.UniData.IO.Asset
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public class SerializableEntry

    Constructors

    SerializableEntry(IEntry)

    Declaration
    public SerializableEntry(IEntry entry)
    Parameters
    Type Name Description
    IEntry entry

    Properties

    Data

    Entry data in JSON format.

    Declaration
    public string Data { get; set; }
    Property Value
    Type Description
    String

    Id

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    String

    Methods

    FromJsonOverwrite(IEntry)

    Declaration
    public void FromJsonOverwrite(IEntry objectToOverwrite)
    Parameters
    Type Name Description
    IEntry objectToOverwrite
    In This Article
    Back to top UniData - Data Management for Unity