Serialiser.deserialise

Deserialises the given type using root as the root of the data.

Nullable: If there is no data for the nullable object, then it is nullafied regardless of what value it initialises to.

  1. T deserialise(ArchiveObject root)
    class Serialiser
    static final
    T
    deserialise
    (
    T
    )
  2. T deserialise(ArchiveObject root, UsedObjectsT objectsUsed)

Meta