src/main/java/org/apache/activemq/nms/openwire/tool/marshalers/AmqCSharpMarshallersGenerator.java [194:202]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if (!getProperties().isEmpty() || isMarshallerAware()) {
            out.println("");
            out.println("            " + jclass.getSimpleName() + " info = (" + jclass.getSimpleName() + ")o;");
        }

        if (isMarshallerAware()) {
            out.println("");
            out.println("            info.BeforeUnmarshall(wireFormat);");
            out.println("");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/activemq/nms/openwire/tool/marshalers/AmqCSharpMarshallersGenerator.java [266:274]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if (!getProperties().isEmpty() || isMarshallerAware()) {
            out.println("");
            out.println("            " + jclass.getSimpleName() + " info = (" + jclass.getSimpleName() + ")o;");
        }

        if (isMarshallerAware()) {
            out.println("");
            out.println("            info.BeforeUnmarshall(wireFormat);");
            out.println("");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



