Serializer class

Jacob Carlborg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Feb 25 12:00:39 PST 2017


On 2017-02-24 19:10, houdoux09 wrote:

> The problem is that I can not retrieve the variables from the parent class.

Cast the value to the type of the base class and run it through the same 
function. You can have a look at the Orange serialization library [1].

[1] https://github.com/jacob-carlborg/orange

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list