Example usage for java.io Externalizable interface-usage

List of usage examples for java.io Externalizable interface-usage

Introduction

In this page you can find the example usage for java.io Externalizable interface-usage.

Usage

From source file com.github.naoghuman.cm.model.subcategory.SubCategoryModel.java

/**
 *
 * @author PRo
 */
@Entity
@Access(AccessType.PROPERTY)

From source file org.opencms.util.CmsUUID.java

/**
 * Generates a UUID using spatial and temporal uniqueness.<p> 
 * 
 * Spatial uniqueness is derived from
 * ethernet address (MAC, 802.1); temporal from system clock.<p>
 * 

From source file org.apache.axis2.description.ParameterIncludeMixin.java

public class ParameterIncludeMixin implements ParameterInclude, Externalizable, SafeSerializable {
    private static final Log log = LogFactory.getLog(ParameterIncludeMixin.class);

    /**
     * @serial The serialization version ID tracks the version of the class.
     * If a class definition changes, then the serialization/externalization

From source file com.github.naoghuman.abclist.model.Term.java

/**
 *
 * @author Naoghuman
 */
@Entity
@Access(AccessType.PROPERTY)

From source file com.redhat.red.build.koji.model.xmlrpc.KojiBuildInfo.java

/**
 * Created by jdcasey on 1/29/16.
 */
@StructPart
public class KojiBuildInfo implements Externalizable {
    private static final int VERSION = 1;

From source file org.perf.log.logger.PerfLogData.java

public class PerfLogData implements Externalizable {
    public PerfLogData() {
        super();
        // TODO Auto-generated constructor stub
    }

From source file xbird.engine.remote.RemoteFocus.java

/**
 * 
 * <DIV lang="en"></DIV>
 * <DIV lang="ja"></DIV>
 * 
 * @author Makoto YUI (yuin405+xbird@gmail.com)

From source file com.github.naoghuman.abclist.model.Topic.java

/**
 *
 * @author Naoghuman
 */
@Entity
@Access(AccessType.PROPERTY)

From source file org.apache.axis2.description.ParameterIncludeImpl.java

/**
 * Class ParameterIncludeImpl
 */
public class ParameterIncludeImpl implements ParameterInclude, Externalizable, SafeSerializable {

    /*

From source file com.splicemachine.derby.stream.compaction.SparkCompactionFunction.java

public class SparkCompactionFunction
        extends SpliceFlatMapFunction<SpliceOperation, Iterator<Tuple2<Integer, Iterator>>, String>
        implements Externalizable {
    private static final Logger LOG = Logger.getLogger(SparkCompactionFunction.class);
    private long smallestReadPoint;
    private byte[] namespace;