Uses of Interface
org.jibx.runtime.IMarshaller
-
Packages that use IMarshaller Package Description org.jibx.runtime org.jibx.runtime.impl -
-
Uses of IMarshaller in org.jibx.runtime
Subinterfaces of IMarshaller in org.jibx.runtime Modifier and Type Interface Description interfaceIAbstractMarshallerAbstract base marshaller interface definition.Methods in org.jibx.runtime that return IMarshaller Modifier and Type Method Description IMarshallerIMarshallingContext. getMarshaller(String mapname)Find the marshaller for a particular class in the current context. -
Uses of IMarshaller in org.jibx.runtime.impl
Methods in org.jibx.runtime.impl that return IMarshaller Modifier and Type Method Description IMarshallerMarshallingContext. getMarshaller(String mapname)Find the marshaller for a particular class index in the current context.
-