Entity

    Interface IEntityLoadValue<TSerialized>

    Interface for a load value corresponding to a load key.

    interface IEntityLoadValue<TSerialized> {
        serialize(): TSerialized;
        toString(): string;
    }

    Type Parameters

    • TSerialized

    Hierarchy (View Summary, Expand)

    Implemented by

    Index

    Methods

    MMNEPVFCICPMFPCPTTAAATR