throw new SkipException("Can't use ClassExternalizerFactory in compatibility tests");
}
TestExternalizerFactory externalizerFactory = new TestExternalizerFactory();
Object o = new TestExternalizableInt(7);
ByteArrayOutputStream baos = new ByteArrayOutputStream();
ByteOutput byteOutput = Marshalling.createByteOutput(baos);
MarshallingConfiguration config = configuration.clone();
config.setClassExternalizerFactory(externalizerFactory);
Marshaller marshaller = testMarshallerProvider.create(config, byteOutput);
// if (marshaller instanceof SerialMarshaller) {
// throw new SkipException("TODO: Known issue - see JBMAR-50");