SerializeRegisterWrapper.this

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

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

Parameters

dg void delegate

the delegate to call when performing custom serialization

Meta