Parse a serialized metadata value from bytes. @param serialized value of metadata to parse @return a parsed instance of type T
(byte[] serialized)
| 832 | * @return a parsed instance of type T |
| 833 | */ |
| 834 | abstract T parseBytes(byte[] serialized); |
| 835 | |
| 836 | /** |
| 837 | * Returns whether this key will be serialized to bytes lazily. |
nothing calls this directly
no outgoing calls
no test coverage detected