Package io.activej.serializer
Enum CompatibilityLevel
- All Implemented Interfaces:
Serializable,Comparable<CompatibilityLevel>,java.lang.constant.Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Includes previous optimizations and provides nullable optimization for booleanSame asLEVEL_4but provides little endian format for JVM intrinsics -
Method Summary
Modifier and TypeMethodDescriptionintgetLevel()booleanstatic CompatibilityLevelReturns the enum constant of this type with the specified name.static CompatibilityLevel[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
LEVEL_1
Deprecated.Provides basic version of serializer -
LEVEL_2
Deprecated.Provides string optimizations for ISO8859-1 and UTF8 -
LEVEL_3
Deprecated.Includes previous optimizations and provides nullable optimization for enum, subclass, array, map and list -
LEVEL_3_LE
Deprecated.Same asLEVEL_3but provides little endian format for JVM intrinsics- See Also:
-
LEVEL_4
Includes previous optimizations and provides nullable optimization for boolean -
LEVEL_4_LE
Same asLEVEL_4but provides little endian format for JVM intrinsics- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getLevel
public int getLevel() -
isLittleEndian
public boolean isLittleEndian()
-