UNPKG

react-application-core

Version:

A react-based application core for the business applications.

10 lines (9 loc) 308 B
import { IStateSerializer, IStoreEntity } from '../../../definition'; export declare class StateSerializer implements IStateSerializer { /** * @stable [24.09.2019] * @param {IStoreEntity} state * @returns {IStoreEntity} */ serialize(state: IStoreEntity): IStoreEntity; }