Hi!
I'm using SnakeYaml inside my projects for a few months. There's a place that I have a field that I don't want to be serialized.
I looked for this topic (how to deal with transient fields) on wiki and also on the tickets, and the only thing about it that I found is in issue #55 on comment #13:
"There is another situation - transient field with getter and setter. It is actually dumped in current implementation. (Could be avoided by providing correct BeanInfo). Maybe it is a topic for group discussion ;)"
So, what I need to know is: Is there anyway to ignore some transient field on SnakeYaml? Can anybody point me to some solution? Sorry, but I didn't get how to provide the correct BeanInfo.
I appreciate your help!
Best regards,
Teston