Uses of Class
org.joda.beans.ser.SerIteratorFactory
-
Packages that use SerIteratorFactory Package Description org.joda.beans.ser Serialization of Joda-Beans. -
-
Uses of SerIteratorFactory in org.joda.beans.ser
Subclasses of SerIteratorFactory in org.joda.beans.ser Modifier and Type Class Description classCollectSerIteratorFactoryFactory used to create wrappers around collection-like objects.classGuavaSerIteratorFactoryGuava factory used to create wrappers around collection-like objects.Fields in org.joda.beans.ser declared as SerIteratorFactory Modifier and Type Field Description static SerIteratorFactorySerIteratorFactory. INSTANCESingleton instance.Methods in org.joda.beans.ser that return SerIteratorFactory Modifier and Type Method Description SerIteratorFactoryJodaBeanSer. getIteratorFactory()Gets the iterator factory.Methods in org.joda.beans.ser with parameters of type SerIteratorFactory Modifier and Type Method Description JodaBeanSerJodaBeanSer. withIteratorFactory(SerIteratorFactory iteratorFactory)Returns a copy of this serializer with the specified iterator factory.
-