public final class SerializableNativeValue extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SerializableNativeValue.Deserializer |
static class |
SerializableNativeValue.Serializer |
| Constructor and Description |
|---|
SerializableNativeValue(Class<?> type,
Comparable<?> value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Class<?> |
getType() |
Comparable<?> |
getValue() |
int |
hashCode() |
public SerializableNativeValue(Class<?> type, Comparable<?> value)
Copyright © 2012-2014. All Rights Reserved.