Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventStreamMarshaller<StreamType>

public

An interface which provides functions for serializing and deserializing binary event stream to/from corresponsing modeled shape.

Type parameters

  • StreamType = any

Hierarchy

  • EventStreamMarshaller

Index

Properties

Properties

deserialize

deserialize: EventStreamMarshallerDeserFn<StreamType>

serialize

serialize: EventStreamMarshallerSerFn<StreamType>