Method SetTypeResolver(Func<long, Type?>)

Assembly: redb.Core.dll

Set the type resolver function for polymorphic deserialization.
Should be called once during service initialization.

public static void SetTypeResolver(Func<long, Type?> resolver)