Archive.this

Constructor for archives which initializes the archive with the contents of the serialized archive stored in data.

  1. this(void[] data)
    class Archive(T, Filter = NullArchiveFilter)
    this
    (
    void[] data
    )
  2. this()

Parameters

data void[]

serialized data of an archive in the proper format for the Policy.

Meta