オブジェクトを保存すると、次のエラーが発生します。
must be a non-abstract type with a public parameterless constructor in order to use it as parameter 'T' in the generic type or method 'ServiceStack.Redis.RedisClient.Store<T>(T)
RedisClass.GetInstance().Store(msg); // Error here
RedisClass.GetInstance().Save();
これは第三者のクラスなので、編集できません。このオブジェクトを保存するにはどうすればよいですか?