VOOZH about

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

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


  • Core Java👁 Image
    Arpit MandliyaMarch 3rd, 2014
    0 197

    Externalizable in java

    Before understanding Externalizable interface, you need to have idea about Serialization.You can read more about Serialization at Serialization in java.…

    Read More »
  • Core Java👁 Image
    Dustin MarxFebruary 14th, 2014
    1 1,846

    Serializing Java Objects with Non-Serializable Attributes

    There are multiple reasons one might want to use custom serialization instead of relying on Java’s default serialization. One of…

    Read More »
  • Core Java👁 Image
    Dustin MarxFebruary 6th, 2014
    0 118

    ObjectStreamClass: Peeking at a Java Object’s Serialization

    ObjectStreamClass can be a useful class to analyze the serialization characteristics of a serialized class loaded in the JVM. This…

    Read More »
  • Core Java👁 java-interview-questions-answers
    Gerard DavisonDecember 12th, 2013
    1 136

    Lambda, will it serialize?

    So I have been ponder an enhancement required on the Tyrus project that would allow a user to broadcast to…

    Read More »
  • Core Java👁 Image
    Raji SankarNovember 18th, 2013
    3 425

    Using serialization to find dirty fields in an object

    Say you are developing a framework to auto-save objects into a database. You need to detect changes made between two…

    Read More »
  • Core Java👁 Image
    Jakub KubrynskiSeptember 3rd, 2013
    2 212

    Speed Up with Fast Java and File Serialization

    Since the first version of Java, day-by-day many developers have been trying to achieve at least as good of performance…

    Read More »
  • Core Java👁 Image
    Arpit MandliyaMarch 12th, 2013
    18 638

    Serialization in java

    Java provides mechanism called serialization to persists java objects in a form of ordered or sequence of bytes that includes…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Maciej WalkowiakJuly 28th, 2012
    1 177

    Java talking to iOS: Java objects to Apple plist serialization

    I am happy to announce my first open source project java-plist-serializer that can help you with integrating Java and especially…

    Read More »
  • Core Java👁 Image
    Martin ThompsonJuly 18th, 2012
    0 326

    Native C/C++ Like Performance For Java Object Serialization

    Do you ever wish you could turn a Java object into a stream of bytes as fast as it can…

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