Saxonberg Server API
    Preparing search index...

    Structural shape of a marshaller, kept Stuff-independent so Document never imports the Idea-rooted Marshaller class.

    interface MarshallerLike {
        fromStored(stored: unknown): unknown;
        toStored(value: unknown): unknown;
    }
    Index

    Methods