Currently it is not possible because a type is instantiated before been deserialized. Fix that by allocating space for an object by using std::aligned_storage.
Currently it is not possible because a type is instantiated before been deserialized. Fix that by allocating space for an object by using std::aligned_storage.