List of usage examples for java.io Externalizable interface-usage
From source file com.ibm.bi.dml.runtime.matrix.data.MatrixBlock.java
public class MatrixBlock extends MatrixValue implements Externalizable { private static final long serialVersionUID = 7319972089143154056L; //sparsity nnz threshold, based on practical experiments on space consumption and performance public static final double SPARSITY_TURN_POINT = 0.4;
From source file TransferableScribblePane.java
/**
* This Shape implementation represents a series of connected line segments. It
* is like a Polygon, but is not closed. This class is used by the ScribblePane
* class of the GUI chapter. It implements the Cloneable and Externalizable
* interfaces so it can be used in the Drag-and-Drop examples in the Data
* Transfer chapter.
From source file BeanContainer.java
public class Clock extends JButton implements Customizer, Externalizable, Runnable { protected PropertyChangeSupport m_helper; protected boolean m_digital = false; protected Calendar m_calendar; protected Dimension m_preffSize;
From source file com.sentaroh.android.SMBExplorer.SMBExplorerMain.java
class ActivityDataHolder implements Externalizable { private static final long serialVersionUID = 1L; ArrayList<String> local_dir_hist = null, remote_dir_hist = null;