public class MapReadHandler extends CloneReadHandler
m_reader| Constructor and Description |
|---|
MapReadHandler(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.lang.Object |
handle(java.lang.Object o)
Reads an object
|
public MapReadHandler(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.lang.Object 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.