public void testBaz() throws Exception
{
Schema<Baz> schema = RuntimeSchema.getSchema(Baz.class);
Pipe.Schema<Baz> pipeSchema = ((MappedSchema<Baz>)schema).getPipeSchema();
Baz baz = SerializableObjects.baz;
protobufRoundTrip(baz, schema, pipeSchema, false);
protostuffRoundTrip(baz, schema, pipeSchema, false);