Exemplo n.º 1
0
 @Override
 public Map readObject(ObjectInput input) throws IOException, ClassNotFoundException {
   return Immutables.immutableMapWrap(MarshallUtil.unmarshallMap(input, HashMap::new));
 }