Weitere Beispiele werden automatisch zu den Stichwörtern zugeordnet - wir garantieren ihre Korrektheit nicht.
Most of the logging classes are not intended to be serializable.
Only the fields of Serializable objects are written out and restored.
Most of the core classes in java.lang and java.util implement the Serializable interface.
Therefore, making a class serializable needs to be a deliberate design decision and not a default condition.
All are Serializable, and all support a public clone method.
The target name is the name of the Serializable permission (see below).
The schedule S is serializable if the precedence graph has no cycles.
A serialized form page (serialized-form.html) for information about serializable and externalizable classes.
Every reference to serializable objects is passed to replaceObject.
In other words, a collection of serializable components provides overall system serializability, which is usually incorrect.
Java provides a persistence model through the Serializable interface.
By implementing Serializable in your class, simple, primitive properties and fields can be serialized.
Maintaining compatibility between versions of serializable classes requires additional effort and consideration.
The renderer system is what makes it possible to represent Salt's configuration management data in any serializable format.
Each serializable or externalizable class has a description of its serialization fields and methods.
Schedules that are not serializable are likely to generate erroneous outcomes.
Classes containing sensitive information (for example, a password) should not be serializable nor externalizable.
Therefore we associate the two interfaces explicitly in the type system, ensuring that all Task objects are serializable.
Optional data can only be written explicitly by the writeObject method of a Serializable class.
A no-arg constructor must be accessible to the subclass that is serializable.
Implements serializable database system data isolation level through multiversion concurrency control.
Moving serializable objects over a network.
This schedule would not be serializable.
The serialization interface has no methods or fields and serves only to identify the semantics of being serializable.
The class should be serializable.