public class ListReadHandler extends CloneReadHandler
m_reader| Constructor and Description |
|---|
ListReadHandler(ObjectReader<java.lang.Object> reader) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandle(java.lang.Object o)
Indicates whether this handler can take care of reading a particular
object.
|
java.util.List<?> |
handle(java.lang.Object o)
Reads an object
|
public ListReadHandler(ObjectReader<java.lang.Object> reader)
public boolean canHandle(java.lang.Object o)
throws ReadException
ReadHandlero - The serialized version of the objectReadException - The internal object printerpublic java.util.List<?> handle(java.lang.Object o)
throws ReadException
ReadHandlero - The serialized version of the objectReadException - Thrown if the object cannot be readCopyright © Sylvain HallĂ©. All Rights Reserved.