Interface XMLUnmarshaler<T>

All Superinterfaces:
UnmarshalerListener
All Known Implementing Classes:
AbstractUnmarshaler, DOMUnmarshaler, SAXUnmarshaler

public interface XMLUnmarshaler<T> extends UnmarshalerListener
Author:
Serhiy_Zahriychuk
  • Method Details

    • unmarshal

      T unmarshal(Class<?> source, DocumentReader documentReader, boolean replaceData)
    • unmarshal

      T unmarshal(T source, DocumentReader documentReader, boolean replaceData)