Skip to main content
The Deno 2 Release Candidate is here
Learn more
class SuperserialMarshaller
implements Marshaller<M, string>
import { SuperserialMarshaller } from "https://deno.land/x/prevalence@0.1.2/src/marshall/superserial-marshaller.ts";

Constructors

new
SuperserialMarshaller(serializer: Serializer)

Properties

private
readonly
serializer: Serializer

Methods

deserializeModel(data: string): M
serializeJournalEntry(journalEntry: JournalEntry<M>): string
serializeModel(model: M): string