/// <exception cref="System.IO.IOException"></exception>
 public object Read(IObjectDataInput input)
 {
     return(_serializer.Read(input));
 }