Xml marshal does not serialize object
Reported by Guilherme Silveira | April 29th, 2010 @ 09:50 AM | in v 0.7.2
Serializers should accept both Strings or Objects. If the serialization object is a String, that means the client does not wish to serialize it (because he already did custom serialization on it)... pretty much on the same way that Rails works with render :xml => ...
XmlD serialization should answer to marshal(string) as string and marshal(object) as object.to_xml
Comments and changes to this ticket
-
Guilherme Silveira May 1st, 2010 @ 12:36 PM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »