Re: Unmarshalling EDN to Java Object

2014-10-08 Thread Mark Mandel
I'm sure you can, but you would need to implement your own custom methods to do it, using :readers or :default options in edn/read / edn/read-string It would very much depend on the format of the outputted EDN as to which approach to take. Mark On 9 October 2014 07:12, Timur wrote: > Hi eve

Unmarshalling EDN to Java Object

2014-10-08 Thread Timur
Hi everyone, One can use into-edn [1] to convert from Java objects to EDN structures. Is there a way to convert EDN structures to their original Java objects? Regards, Timur [1] https://github.com/thebusby/into-edn -- You received this message because you are subscribed to the Google Group