public static enum Utils.SerializerType extends Enum<Utils.SerializerType>
Modifier and Type | Method and Description |
---|---|
static Utils.SerializerType |
getSerializerType(byte value) |
static Utils.SerializerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Utils.SerializerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Utils.SerializerType Hessian
public static final Utils.SerializerType Json
public static Utils.SerializerType[] values()
for (Utils.SerializerType c : Utils.SerializerType.values()) System.out.println(c);
public static Utils.SerializerType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static Utils.SerializerType getSerializerType(byte value)
Copyright © 2016. All rights reserved.