Interface AdfMarshaller<T>

  • Type Parameters:
    T - the type of the external representation of the ADF document
    All Known Subinterfaces:
    AdfParser<T>

    @PublicSpi
    public interface AdfMarshaller<T>
    Something that can produce an external form for an ADF document.
    • Method Detail

      • marshall

        T marshall​(Doc doc)