Interface Repeater

    • Method Detail

      • read

        java.lang.Object read​(InputNode node,
                              java.lang.Object value)
                       throws java.lang.Exception
        The read method reads an object to a specific type from the provided node. If the node provided is an attribute then the object must be a primitive such as a string, integer, boolean, or any of the other Java primitive types.
        Specified by:
        read in interface Converter
        Parameters:
        node - contains the details used to deserialize the object
        value - this is the value to read the objects in to
        Returns:
        a fully deserialized object will all its fields
        Throws:
        java.lang.Exception - if a deserialized type cannot be instantiated