File

src/models/serialization/serializable-fn.ts

Description

The Serializable Function (Fn) interface serializes a JSON object into some object of type T.

Index

Properties

Properties

Signature : [jsonObj: Object]
Returns : T

The deserialization function

export interface ISerializableFn<T> {
    /** The deserialization function */
    (jsonObj: Object): T;
}

results matching ""

    No results matching ""