Package com.atlassian.adf.parser
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tmarshall(Doc doc)
-