pradeepsjsu / beanio

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

support for "static" record marshalling when not using the BeanWriter.write #79

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This is basically the same capability request as Issue 36 (Add support for 
"static" record marshalling).  However, the solution to Issue 36 won't work for 
me because I can't use BeanWriter.write.  

Stated more generally, I need to be able to marshal a "static" record not bound 
to a bean object in order to write out the header row in a file.

I need "Marshaller.marshal("header", null)" rather than 
"BeanWriter.write("header", null)".

Original issue reported on code.google.com by the.stri...@gmail.com on 5 Jun 2013 at 8:43

GoogleCodeExporter commented 8 years ago
That makes sense, I'll look into it for 2.1.0.M2.

Thanks,
Kevin

Original comment by kevin.s...@gmail.com on 6 Jun 2013 at 2:08

GoogleCodeExporter commented 8 years ago
Fixed for 2.1.0.M2.  Snapshot JAR attached.

Original comment by kevin.s...@gmail.com on 14 Jul 2013 at 5:41

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by kevin.s...@gmail.com on 16 Nov 2013 at 5:29