Interface SerializableObject<T>

    • Method Detail

      • exportAsList

        List<Object> exportAsList()
        Make all elements that need to be serialized available as a list. The size of this list and the types of the elements in it must be consistent. Meaning that the size of the list and content types of the list are always the same.
        Returns:
        List<Object>; list of the elements that need to serialized