XStream
  1. XStream
  2. XSTR-525 JSON mall-format with JsonHierarchicalStreamDriver
  3. XSTR-534

when using JettisonMappedXmlDriver sql Timestamp value is not marshaled

    Details

    • Type: Sub-task Sub-task
    • Status: Closed Closed
    • Priority: Blocker Blocker
    • Resolution: Cannot Reproduce
    • Affects Version/s: 1.3
    • Fix Version/s: None
    • Component/s: Core
    • Labels:
      None
    • JDK version and platform:
      java version 1.5.0_16 for windows

      Description

      public class Topic implements Serializable{
      private Long id;
      private String description;
      private Date createdOn;
      }

      The JSON output is {"topic":{"id":"1324","description":"Testing JSON","createdOn":

      {"@class":"sql-timestamp"}

      }}

      the timestamp value is missing for createdOn

        People

        • Assignee:
          Jörg Schaible
          Reporter:
          Thomas
        • Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

          Dates

          • Created:
            Updated:
            Resolved: