0
comment
comment
on 7/29/2014 9:49 AM
In the first part of the series I waked through how I came upon Metaprogramming and IronPython in particular. I also showed some simple examples with it. In this post I'll be going through creating a Deserializer with IronPython and hopefully learning something along the way.
In case you missed part 1 it's available here
Metaprogramming with IronPython - Part 1
Introducing our interface
The interface we'll be using in this test is the IDeserializer interface from Seekwell
using System.Collections.[...]