| Modifier and Type | Method and Description |
|---|---|
T |
Deserializer.visitImmutableType(SerializedImmutableType value) |
| Modifier and Type | Method and Description |
|---|---|
String |
ValuePrinter.visitImmutableType(SerializedImmutableType rt) |
Object |
SimpleDeserializer.visitImmutableType(SerializedImmutableType rt) |
T |
MappedDeserializer.visitImmutableType(SerializedImmutableType value) |
| Modifier and Type | Method and Description |
|---|---|
Computation |
ObjectToSetupCode.visitImmutableType(SerializedImmutableType value) |
| Modifier and Type | Method and Description |
|---|---|
Computation |
ObjectToMatcherCode.visitImmutableType(SerializedImmutableType value) |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializedEnum
Serializing to SerializedEnum is restricted to enums.
|
class |
SerializedImmutable<V>
Serializing to SerializedImmutable is restricted to objects of a class that complies with following criteria:
- it is a class with immutable values (like BigInteger, BigDecimal
|
Copyright © 2016. All rights reserved.