Uses of Enum Class
org.rumbledb.serialization.Serializer.Method
Packages that use Serializer.Method
-
Uses of Serializer.Method in org.rumbledb.serialization
Methods in org.rumbledb.serialization that return Serializer.MethodModifier and TypeMethodDescriptionstatic Serializer.MethodReturns the enum constant of this class with the specified name.static Serializer.Method[]Serializer.Method.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.rumbledb.serialization with parameters of type Serializer.MethodModifierConstructorDescriptionSerializer(String encoding, Serializer.Method method, boolean indent, String itemSeparator)