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