Uses of Class
org.joda.beans.ser.SerCategory
-
Packages that use SerCategory Package Description org.joda.beans.ser Serialization of Joda-Beans. -
-
Uses of SerCategory in org.joda.beans.ser
Methods in org.joda.beans.ser that return SerCategory Modifier and Type Method Description SerCategorySerIterable. category()Gets the category of iterable.SerCategorySerIterator. category()Gets the category of iterable.static SerCategorySerCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static SerCategory[]SerCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-