Uses of Enum Class
org.basex.io.serial.SerialMethod
Packages that use SerialMethod
-
Uses of SerialMethod in org.basex.io.serial
Fields in org.basex.io.serial declared as SerialMethodModifier and TypeFieldDescriptionstatic final SerialMethod[]SerialMethod.VALUESCached enums (faster).Fields in org.basex.io.serial with type parameters of type SerialMethodModifier and TypeFieldDescriptionstatic final EnumOption<SerialMethod>SerializerOptions.JSON_NODE_OUTPUT_METHODSerialization parameter: xml/xhtml/html/text.static final EnumOption<SerialMethod>SerializerOptions.METHODSerialization parameter: xml/xhtml/html/text/json/csv/raw/adaptive.Methods in org.basex.io.serial that return SerialMethodModifier and TypeMethodDescriptionstatic SerialMethodReturns the enum constant of this class with the specified name.static SerialMethod[]SerialMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.