Uses of Interface
org.jibx.runtime.IMarshaller

Packages that use IMarshaller
org.jibx.runtime   
org.jibx.runtime.impl   
 

Uses of IMarshaller in org.jibx.runtime
 

Subinterfaces of IMarshaller in org.jibx.runtime
 interface IAbstractMarshaller
          Abstract base marshaller interface definition.
 

Methods in org.jibx.runtime that return IMarshaller
 IMarshaller IMarshallingContext.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
 IMarshaller MarshallingContext.getMarshaller(String mapname)
          Find the marshaller for a particular class index in the current context.
 



Copyright © 2005-2011 jibx.org. All Rights Reserved.