(byte[] bytes)
| 7 | private final byte[] bytes; |
| 8 | |
| 9 | public Deserializer(byte[] bytes) { this.bytes = bytes; } |
| 10 | |
| 11 | public Object call() throws Exception { |
| 12 | return deserialize(bytes); |
nothing calls this directly
no outgoing calls
no test coverage detected