Given an InputStream parse it into an instance of the declared type so that it can be passed to application code. @param stream of bytes for serialized value @return parsed value
(InputStream stream)
| 155 | * @return parsed value |
| 156 | */ |
| 157 | public T parse(InputStream stream); |
| 158 | } |
| 159 | |
| 160 | /** |
no outgoing calls