Skip to main content
The Deno 2 Release Candidate is here
Learn more
class NotifySerializer
extends Serializer
import { NotifySerializer } from "https://deno.land/x/sptaki@1.2.0/routers/serializers/NotifySerializer.d.ts";

Constructors

new
NotifySerializer(
notifierController: NotifierController,
jsonUtil: JsonUtil,
httpServerHelper: HttpServerHelper,
)

Properties

protected
httpServerHelper: HttpServerHelper
protected
jsonUtil: JsonUtil
protected
notifierController: NotifierController

Methods

canHandle(route: string): boolean
serialize(
_sessionID: string,
_: any,
): void