My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 25
#summary Read serialized PHP data from Python. _PHP ickle_ or _pickle for PHP data_ is a module that provides *unserialize(data)* function to parse strings serialized in PHP to Python data types. The ultimate goal is to provide safe, non-recursive, and scalable functions for smooth transition fro...
febird implemented a serialization framework(vs boost.serialization/google.protocolbuffer), can be used in protocol parsing, big/small data serialization, even in very small object serialize, performance is good. (such as key/data serialization in BerkeleyDB), it provide fast performance(30~80 times...
=Overview= _This project was moved from [http://nxmlserializer.wiki.sourceforge.net/ Sourceforge] and was known as NXmlSerializer._ NSerializer provides a framework for serializing .Net objects to and from XML without need the need for custom code. It is intended to be able serialize well desi...
A simple library that you can use to serialize or deserialize objects. JsonSharp has only 1 class and 4 public methods. * string JSON.Serialize(object o); * string object.ToJSON(); * object JSON.Deserialize(string json, Type type); * object JSON.Deserialize(string json);
===April 17th 2009=== Given the recent update and how broken this project still is, Im going to move into a different direction. I'll be dropping the filter calls and just allow ordering, indices, and caching results. ---- SQL is not in the mind of a programmer, simpledb aims to simplify the proc...
*jsonpickle has moved to a github repository, http://github.com/jsonpickle/jsonpickle.* The documentation is available at http://jsonpickle.github.com This googlecode site is no longer updated and retained for historical purposes only.
*ObjectProps* is a Java API for serializing the state of any Java object into a `java.util.Properties` object in a human-readable format. == Features == With ObjectProps you can * write the state of a Java object into a `java.util.Properties` object * create a new Java object by reading th...
rpcfx is a remoting process call framework between most develop platforms.we can use id instead of web service.because some middle base types are predefineded, everyone could implement his/her one-side framework about his/her environment(os,language,target,application,e.g.). it isn't opensource s...
模仿MFC序列化的工作方式,使用C++的运行时类型识别实现用XML存储对象。
data from java object fields to yaml; yaml text to java objects data
1 2 3 Next