-
Archives
-
Meta
Tag Archives: xml
java.beans.XMLEncoder Considered Harmful
To all java engineers out there: Before you even think about using java.beans.XMLEncoder and it’s sibling, XMLDecoder, make sure you verify two things: Are you OK with your application running single-threaded? XMLEncoding hits a static synchronized helper method. Expect to … Continue reading