Method SetTypeResolver(Func<long, Type?>)
Set the type resolver function for polymorphic deserialization.
Should be called once during service initialization.
public static void SetTypeResolver(Func<long, Type?> resolver)
Set the type resolver function for polymorphic deserialization.
Should be called once during service initialization.
public static void SetTypeResolver(Func<long, Type?> resolver)