Is there any way I can send or save a function as file? I want to do this in C++ on a Windows platform.
I\'m using Ef 4.1 and I\'ve got a POCO object I\'d like to serialize to JSON, I\'ve read there is a problem to do so when using lazy loading but I\'m not sure I can because a Message can have a collec
I\'m looking for a java library that help me send information between 2 or more running java applications that are on the same or different machines(different开发者_高级运维 networks).
Is it possible to do the following : Create an instance of SomeCLass in another part of my code AND Using this newly created instance/object can I obtain the :
i insert in database values (array) with use function serialize(), how can echo they with unserialize() in tag &开发者_运维技巧lt;ul><li>...?
Is there any JSON library for .Net that allows me to serialize/deserialize classes containing interfaces:
The title sums it up. The project I am currently working on doesn\'t use iostreams. And we are using STLport. We would like to use the google protobuf library for message serialization and deserializa
I\'m using Devart to execute DB object and Store Procedure mapping. Now i want to store in cache (using Enyim by MemCached) a Store Procedure object result.
A common scenario in web applications: application has lots of classes that need to be stored in Session and are Serializable
I have a djano web app which stores the data about some entries to postgres db.To copy the data in db to json files ,I generally use the python manage.py shell and use the serialization api as mention