Allows a protocol, codec, or serde utility to accept the serdeContext from a client configuration or request/response handlerExecutionContext.

interface ConfigurableSerdeContext {
    setSerdeContext(serdeContext): void;
}

Hierarchy (view full)

Methods

  • Parameters

    Returns void