Parses a serialized metadata value from an InputStream. @param stream of metadata to parse @return a parsed instance of type T
(InputStream stream)
| 634 | * @return a parsed instance of type T |
| 635 | */ |
| 636 | T parseStream(InputStream stream); |
| 637 | } |
| 638 | |
| 639 | /** |
no outgoing calls