Interface AdfUnmarshaller<T>

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

    @PublicSpi
    public interface AdfUnmarshaller<T>
    Something that can restore an ADF document from an external form.
    • Method Detail

      • unmarshall

        Doc unmarshall​(T value)