Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, the TMemoryBuffer requires a type which is TBase. With the new union typing, the type should be relaxed to TAbstractBase, and reflection needs to be used to get the correct Read method (since TAbstractBase does not include a Read).