On 5月30日, 下午3时37分, Atif Aziz <
aziza...@gmail.com> wrote:
> If the runtime environment is 1.1 then I'm surprised you were able to load
> your own assembly at all considering it uses generics like
> Dictionary<string, string>. Another option you have is to simple type your
> properties property as non-generic IDictionary from System.Collections
> namespace.
>
> - Atif
>
>
>
>
>
>
>
> On Wed, May 30, 2012 at 9:23 AM, 黄张涛 <
huangzh...@gmail.com> wrote:
> > we are using a very old system developed centuries ago, and developing a
> > plugin-in for it, and we can't change the run-time environment.
> > Can the work be done with the Jayrock?
> > And now I'm thinking of manual conversion form JsonObject to my object.
>