Parse a serialized metadata value from an ASCII string. @param serialized value of metadata to parse @return a parsed instance of type T
(String serialized)
| 614 | * @return a parsed instance of type T |
| 615 | */ |
| 616 | T parseAsciiString(String serialized); |
| 617 | } |
| 618 | |
| 619 | /** Marshaller for metadata values that are serialized to an InputStream. */ |
no outgoing calls
no test coverage detected