java.io
Interface Serializable

All Known Subinterfaces:
Addressable, Procedure<T>, SenderFactory

public interface Serializable

Classes that implement Serializable allow their state to be serialized and deserialized. All subtypes of Serializable are also Serializable.

Serializable is commonly used to create objects that can be sent and received over a network.




Copyright © 2007 Sentilla Corporation. All Rights Reserved.