UNPKG

@synerty/vortexjs

Version:

Custom observable data serialisation and routing based on Angular 2+

8 lines (7 loc) 376 B
import { PayloadDelegateABC } from "./PayloadDelegateABC"; export declare class PayloadDelegateInMainWeb extends PayloadDelegateABC { deflateAndEncode(payloadJson: string): Promise<string>; encodeEnvelope(payloadEnvelopeJson: string): Promise<string>; decodeAndInflate(vortexStr: string): Promise<string>; decodeEnvelope(vortexStr: string): Promise<string>; }