public class ArrayCodec extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ArrayCodec.ArrayCodecException |
| Constructor and Description |
|---|
ArrayCodec() |
| Modifier and Type | Method and Description |
|---|---|
<T> T[] |
deserialize(Class<T> componentType,
String source) |
<T> String |
getValueAsString(Class<T> componentType,
Object value)
Uses toString() to yield string serialization.
|
Copyright © 2015. All Rights Reserved.