DeserializeRegisterWrapper.this

Creates a new instance of this class with the given delegate that performs the custom deserialization.

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

Parameters

dg void delegate

the delegate to call when performing custom serialization

Meta