Details
-
Type: Bug
-
Status: Closed
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
JDK version and platform:1.4
Description
ThreadSafeSimpleDateFormat should implement Serializable to have similar features as SimpleDateFormat.
ThreadSafeSimpleDateFormat was never meant to be part of the official API for XStream. Therefore we moved it away into core.util and let a deprecated version at the old place to retain backward compatibility. Bottom line: we consider this as internal class and any usage is on own risk. It's open source though and if you like to use/modify it, feel free to take a copy, put it into your own package and do what you like.