Class SerializedCollection


  • public class SerializedCollection
    extends java.lang.Object
    Represents a Collection to be persisted as Json string. This class contains the serialized objects of the original Java object, as well as the collection type, to later de-serialize accordingly.
    See Also:
    CollectionConverter
    • Constructor Detail

      • SerializedCollection

        public SerializedCollection()
    • Method Detail

      • getType

        public java.lang.Class getType()
      • setType

        public void setType​(java.lang.Class type)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object