DeserializeRegisterWrapper.this

Creates a new instance of this class with the given function that performs the custom serialization.

  1. this(void delegate(ref T, Serializer, Serializer.Data) dg)
  2. this(void function(ref T, Serializer, Serializer.Data) func)
    class DeserializeRegisterWrapper(T)
    this
    (
    void function func
    )

Meta