Re: http gateway, was Re: Something interesting for 4.33
Irmen de Jong <[email protected]> Thu, 29 Jan 2015 23:27:47 +0100
| Newsgroups | gmane.comp.python.pyro |
|---|---|
| Message-ID | <[email protected]> |
On 29-1-2015 19:51, Kenneth Martin wrote: > Irmen, have you tried using yaml on json serialized messages? I believe > it is a superset of json and they should be compatible. I am using it > for transferring objects over pyro fairly successfully. > -Ken I replied to this earlier on this list: """ No I have not. Also, as serpent already is capable of serializing everything into a human-readable Python literal expression, I don't really see what another text based serializer brings to the table. """ And in the context of the http gateway, it makes very little sense to use something different than json (rather than serpent). What are you proposing about yaml? What's your use case/how are you using it? Irmen ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/