<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Serializable in SQL</title><link>http://www.bing.com:80/search?q=Serializable+in+SQL</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Serializable in SQL</title><link>http://www.bing.com:80/search?q=Serializable+in+SQL</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>Serializable (Java Platform SE 8 ) - Oracle</title><link>https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html</link><description>Serializability of a class is enabled by the class implementing the java.io.Serializable interface. Classes that do not implement this interface will not have any of their state serialized or deserialized. All subtypes of a serializable class are themselves serializable. The serialization interface has no methods or fields and serves only to identify the semantics of being serializable. To ...</description><pubDate>Sun, 28 Jun 2026 04:17:00 GMT</pubDate></item><item><title>Serializable Interface in Java - GeeksforGeeks</title><link>https://www.geeksforgeeks.org/java/serializable-interface-in-java/</link><description>The Serializable interface in Java is a marker interface available in the java.io package. It is used to indicate that the objects of a class can be converted into a byte stream (serialization) and later reconstructed back into objects (deserialization).</description><pubDate>Fri, 26 Jun 2026 23:03:00 GMT</pubDate></item><item><title>What is [Serializable] and when should I use it? - Stack Overflow</title><link>https://stackoverflow.com/questions/5877808/what-is-serializable-and-when-should-i-use-it</link><description>I found out that some classes use the [Serializable] attribute. What is it? When should I use it? What kinds of benefits will I get?</description><pubDate>Sat, 27 Jun 2026 01:33:00 GMT</pubDate></item><item><title>Serializable (Java SE 21 &amp; JDK 21) - Oracle</title><link>https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/io/Serializable.html</link><description>If a serializable class does not explicitly declare a serialVersionUID, then the serialization runtime will calculate a default serialVersionUID value for that class based on various aspects of the class, as described in the Java Object Serialization Specification. This specification defines the serialVersionUID of an enum type to be 0L.</description><pubDate>Mon, 29 Jun 2026 01:09:00 GMT</pubDate></item><item><title>Introduction to Java Serialization | Baeldung</title><link>https://www.baeldung.com/java-serialization</link><description>The serialization process is instance-independent; for example, we can serialize objects on one platform and deserialize them on another. Classes that are eligible for serialization need to implement a special marker interface, Serializable. Both ObjectInputStream and ObjectOutputStream are high level classes that extend java.io.InputStream and java.io.OutputStream, respectively ...</description><pubDate>Sat, 27 Jun 2026 06:20:00 GMT</pubDate></item><item><title>java - What does Serializable mean? - Stack Overflow</title><link>https://stackoverflow.com/questions/3429921/what-does-serializable-mean</link><description>Serializable is an interface called marker-interface just to tell Java I want to make serialization and de-serialization using this Java calss. Serialization: Write to the file or any other storage like a database.</description><pubDate>Sat, 27 Jun 2026 20:10:00 GMT</pubDate></item><item><title>Java Serializable - Complete Tutorial with Examples - ZetCode</title><link>https://zetcode.com/java/serializable/</link><description>Complete Java Serializable tutorial with examples. Learn how to serialize and deserialize objects in Java.</description><pubDate>Thu, 25 Jun 2026 19:01:00 GMT</pubDate></item><item><title>Serialization - Wikipedia</title><link>https://en.wikipedia.org/wiki/Serialization</link><description>Serialization breaks the opacity of an abstract data type by potentially exposing private implementation details. Trivial implementations which serialize all data members may violate encapsulation. [5] To discourage competitors from making compatible products, publishers of proprietary software often keep the details of their programs' serialization formats a trade secret. Some deliberately ...</description><pubDate>Sun, 28 Jun 2026 04:02:00 GMT</pubDate></item><item><title>Understanding Serializable in Java - javaspring.net</title><link>https://www.javaspring.net/blog/what-is-serializable-in-java/</link><description>The `Serializable` interface in Java plays a central role in enabling this functionality. In this blog post, we will delve into the fundamental concepts of `Serializable` in Java, explore its usage methods, common practices, and best practices.</description><pubDate>Sat, 20 Jun 2026 04:41:00 GMT</pubDate></item><item><title>A Deep Dive into the Serializable Interface and Serialization ... - Medium</title><link>https://medium.com/javarevisited/a-deep-dive-into-the-serializable-interface-and-serialization-process-3b6bd048e2d6</link><description>A Deep Dive into the Serializable Interface and Serialization Process Ever wondered how implements Serializable works? It’s more than a keyword—it's a secret handshake with the JVM.</description><pubDate>Mon, 28 Apr 2025 20:34:00 GMT</pubDate></item></channel></rss>