youxinren / snakeyaml

Automatically exported from code.google.com/p/snakeyaml
Apache License 2.0
0 stars 0 forks source link

Add possibility to skip JavaBean properties #60

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add possibility to skip JavaBean properties.

Original issue reported on code.google.com by py4fun@gmail.com on 29 Mar 2010 at 10:31

GoogleCodeExporter commented 9 years ago
I tried to allow skipping 'null's in the public API but it does not look nice.
So I have provided an example how to skip some JavaBean properties based on 
runtime
criteria:
http://code.google.com/p/snakeyaml/source/browse/src/test/java/org/yaml/snakeyam
l/issues/issue60/SkipBeanTest.java

Original comment by aso...@gmail.com on 31 Mar 2010 at 2:21