319320321322323324325326327328329
} } private static class FancyRepresenter extends Representer { private FancyRepresenter() { this.nullRepresenter = new Represent() { @Override public Node representData(Object o) { return representScalar(Tag.NULL, ""); } };
335336337338339340341342343344345
} } private static class FancyRepresenter extends Representer { public FancyRepresenter() { this.nullRepresenter = new Represent() { public Node representData(Object o) { return representScalar(Tag.NULL, ""); } }; }