UNPKG

ngx-sails-socketio

Version:

An Angular module for connecting SailsJs backend through SocketIO.

6 lines (5 loc) 225 B
export declare function unserialize<T>(clazz: { new (): T; }, data: any): T; export declare function serialize<T>(instance: T): String; export { JsonIgnore as Ignore, JsonProperty as Property } from "json-object-mapper";