protected LogEvent unmarshal()

in log4j-server/src/main/java/org/apache/logging/log4j/server/InputStreamLogEventBridge.java [98:100]


    protected LogEvent unmarshal(final String jsonEvent) throws ParseException {
        return this.parser.parseFrom(jsonEvent);
    }