Interface Jsonator<T>

    • Method Detail

      • convert

        Json convert​(T object)
        Creates a Json representation of a given object
        Parameters:
        object - the object to be serialized
        Returns:
        Json JSON representation of the given object