Serialize plugin for 3.1 ?

Does anyone know what would be needed to get the Serialize plugin working in 3.1?
Or if there are any other easy to use beans to handle JSON or XML-RPC (client) in servoy?

Did you checkout the sample? (via move sample code?)

Yes I have seen the sample code for the fromJSON / toJSON.
I want to use the plugin from 3.5 in 3.1 where it does not already exist. I tried copying the plugins/serialize folder from my 3.5 install over to 3.1 but the plugin did not show up in the list of plugins when i started developer so I assumed it did not work. I suppose I am probably missing a few dependancies for the JSON plugin to work in 3.1, so if thats the case then so be it :(

The reason for all this is I am looking to get servoy setup to use a piece of middle-ware that can be communicated with via HTTP/JSON or XML-RPC.

I am trying to get Apache XML-RPC (http://ws.apache.org/xmlrpc/index.html) to work in servoy as a client as I would prefer to use XML-RPC, but know very little about java and what is needed to even get the jar files in the classpath so I can begin to fumble around with the provided examples.

Actually… never mind.

I have started adding another interface to my middle-ware tool for RESTful URL’s returning XML data which servoy can already handle using the HTTP and XML plugins that I already have loaded.