o

bigglue.examples

GitCommitGroupSerializer

object GitCommitGroupSerializer extends JsonSerializer[GitCommitGroups]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GitCommitGroupSerializer
  2. JsonSerializer
  3. BasicSerializer
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def deserialize(s: String): GitCommitGroups
    Definition Classes
    BasicSerializer
  7. def deserialize_(json: JsObject): GitCommitGroups

    This needs to be implemented by the serializer; This tells you how to deserialize the object.

    This needs to be implemented by the serializer; This tells you how to deserialize the object.

    json

    The JSON Representation of a (flattened) JSON object.

    returns

    The unserialized Data.

    Definition Classes
    GitCommitGroupSerializerJsonSerializer
  8. def deserialize_(str: String): GitCommitGroups

    This takes care of the deserialization of the JSON.

    This takes care of the deserialization of the JSON. First, it takes the serialized string and turns it into the JsObject representation of JSON. Then, it takes care of the meta-data, and then calls deserialize_() on the rest of the data.

    str

    The serialized version of the object.

    returns

    The object that got rebuilt from the serialization.

    Definition Classes
    JsonSerializerBasicSerializer
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  18. def serialize(a: GitCommitGroups): String
    Definition Classes
    BasicSerializer
  19. def serializeToJson(d: GitCommitGroups): JsObject

    This does all of the serialization of data to a JSON Representation JsObject.

    This does all of the serialization of data to a JSON Representation JsObject. This calls serializeToJson_ for the actual serialization, but this takes care of the meta-data of the Identifiable.

    d

    The Identifiable that needs to be serialized.

    returns

    A JSON Representation of a (flattened) JSON Object.

    Definition Classes
    JsonSerializer
  20. def serializeToJson_(d: GitCommitGroups): JsObject

    This needs to be implemented by the serializer; This tells you how to serialize the object.

    This needs to be implemented by the serializer; This tells you how to serialize the object.

    d

    The Data that needs to be serialized.

    returns

    A JSON Representation of a (flattened) JSON object.

    Definition Classes
    GitCommitGroupSerializerJsonSerializer
  21. def serialize_(d: GitCommitGroups): String
    Definition Classes
    JsonSerializerBasicSerializer
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped