(byte[] serialized)
| 985 | } |
| 986 | |
| 987 | @Override |
| 988 | T parseBytes(byte[] serialized) { |
| 989 | return marshaller.parseAsciiString(new String(serialized, US_ASCII)); |
| 990 | } |
| 991 | } |
| 992 | |
| 993 | private static final class TrustedAsciiKey<T> extends Key<T> { |
nothing calls this directly
no test coverage detected