171172173174175176177
this.schema = schema; this.id = id; } Object read(Decoder decoder) throws IOException { return new GenericDatumReader(schema).read(null, decoder); }