VOOZH about

URL: https://www.javacodegeeks.com/tag/serialization/page/5

⇱ Serialization Archives - Page 5 of 5 - Java Code Geeks


  • Enterprise Java👁 Image
    Luis AtencioJune 25th, 2012
    3 329

    Google Protocol Buffers in Java

    Overview Protocol buffers is an open source encoding mechanism for structured data. Developed at Google, it was designed to be…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Loiane GronerJune 1st, 2012
    0 278

    JAXB Custom Binding – Java.util.Date / Spring 3 Serialization

    JaxB can handle Java.util.Date serialization, but it expects the following format: “yyyy-MM-ddTHH:mm:ss“. What if you need to format the date…

    Read More »
  • Enterprise Java👁 Image
    Andrey RedkoMay 17th, 2012
    1 297

    JSON for polymorphic Java object serialization

    For a long time now JSON is a de facto standard for all kinds of data serialization between client and…

    Read More »
  • Core Java👁 Image
    Craig FlichelDecember 15th, 2011
    0 342

    Cloning of Serializable and Non-Serializable Java Objects

    Frequently developers rely on 3d party libraries to avoid reinventing the wheel, particularly in the Java world, with projects like…

    Read More »
  • Core Java👁 Image
    Byron KiourtzoglouJuly 23rd, 2010
    8 810

    Java Best Practices – High performance Serialization

    Continuing our series of articles concerning proposed practices while working with the Java programming language, we are going to discuss…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
Back to top button
Close