The YAML driver is for the mappings used in the ODM to define the 
conversion of the php object to a MongoDB document. In other words, your 
document object mappings are defined through the definitions stored in YAML 
files. The yaml mappings and the driver have nothing to do with storing 
YAML in Mongo or converting YAML to JSON. 

If you want to store YAML in MongoDB or convert YAML to JSON, you need to 
look for a converter. I think this serialization bundle might have 
something useful for that.

https://github.com/schmittjoh/JMSSerializerBundle

Scott

-- 
You received this message because you are subscribed to the Google Groups 
"doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to