*/
public class PofExtractorTest {
@Test
public void testTypeA() {
ConfigurablePofContext ctx = new ConfigurablePofContext(XmlHelper.loadXml(getClass().getResource("/test-pof-config.xml")));
Binary blob = ExternalizableHelper.toBinary(new TypeA(), ctx);
PofValue root = PofValueParser.parse(blob, ctx);
Assert.assertTrue(root instanceof ComplexPofValue);