public static class PropertySerializer.IterableSerializer extends PropertySerializer<Iterable> implements Iterable
PropertySerializer.EnumSerializer, PropertySerializer.IterableSerializer| Constructor and Description |
|---|
IterableSerializer(Class<Iterable> iterClass) |
IterableSerializer(String beanId) |
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(String value)
Deserialize a string to an object instance.
|
Iterable |
getIterator() |
Iterator |
iterator() |
serializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic IterableSerializer(String beanId)
public Object deserialize(String value)
PropertySerializerdeserialize in class PropertySerializer<Iterable>value - String value.public Iterable getIterator()
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.