public interface Readable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
read(ObjectReader<?> reader,
java.lang.Object o)
Reads an object.
|
java.lang.Object read(ObjectReader<?> reader, java.lang.Object o) throws ReadException
reader - The object readero - The printed version of the objectReadException - Thrown if the object cannot be readCopyright © Sylvain HallĂ©. All Rights Reserved.