Welcome! Please see the About page for a little more info on how this works.

0 votes
in java.data by
closed by

in package org.clojure/java.data

(cjd/from-java (java.util.Date.)) will use setter and getter method of java.util.Date, which produce incorrect clojure object,

because java.util.Date is a basic class of java language, it's better keep "::do-not-convert".

so i add this class to ::do-not-convert classify.

closed with the note: JDATA-8 declined: round-tripping works as expected.

1 Answer

0 votes
by
by
Declined. See JDATA-8 for details.
...