Interface SchemaConverter

    • Method Detail

      • toJson

        SchemaConverter.JsonNodeAndSize toJson​(Object value)
        Converts data (including primitive types) to their equivalent JsonNode representation.
        Parameters:
        value - the value to convert
        Returns:
        an object containing the root JsonNode representing the converted object and the size in bytes of the data when serialized