(byte[] serialized)
| 877 | } |
| 878 | |
| 879 | @Override |
| 880 | T parseBytes(byte[] serialized) { |
| 881 | return marshaller.parseBytes(serialized); |
| 882 | } |
| 883 | } |
| 884 | |
| 885 | /** A binary key for values which should be serialized lazily to {@link InputStream}s. */ |
nothing calls this directly
no test coverage detected