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
    )

Parameters

func void function

the delegate to call when performing custom serialization

Meta