Interface Interfaces.AccessSerializers

All Known Subinterfaces:
XmlWriter
Enclosing class:
Interfaces

public static interface Interfaces.AccessSerializers
  • Method Summary

    Modifier and Type Method Description
    ObjectSerializer getSerializer​(java.lang.Class<?> type)  
    boolean hasSerializer​(java.lang.Class<?> type)  
  • Method Details

    • hasSerializer

      boolean hasSerializer​(java.lang.Class<?> type)
    • getSerializer

      ObjectSerializer getSerializer​(java.lang.Class<?> type)