List of usage examples for java.io Externalizable interface-usage
From source file net.openhft.chronicle.wire.benchmarks.Data.java
/** * Created by peter on 12/08/15. */ public class Data implements Marshallable, BytesMarshallable, Externalizable { int smallInt = 0; long longInt = 0;
From source file xbird.xquery.expr.func.FunctionCall.java
/**
*
* <DIV lang="en"></DIV>
* <DIV lang="ja"></DIV>
*
* @author Makoto YUI (yuin405+xbird@gmail.com)
From source file de.betterform.agent.web.flux.FluxProcessor.java
/**
* Processor for DWR calls. This
* class is not exposed through DWR. Instead a Facadeclass 'FluxFacade' will be
* exposed that only allows to use the dispatch method. All other methods will
* be hidden for security.
*
From source file org.spearce.jgit.transport.RemoteConfig.java
/**
* Class is used as legacy RemoteConfig for backward compatibility with org.spearce.jgit library
* <p/>
* Date: 7/4/11
*
* @author Nikita Levyankov
From source file xbird.xquery.expr.opt.ShippedVariable.java
/**
*
* <DIV lang="en"></DIV>
* <DIV lang="ja"></DIV>
*
* @author Makoto YUI (yuin405+xbird@gmail.com)
From source file org.shredzone.flattr4j.connector.FlattrObject.java
/**
* Represents the raw Flattr data.
* <p>
* Basically, this is a wrapper around {@link JSONObject}, which takes care for the
* {@link JSONException} and also for serialization of JSON structures.
*
From source file gridool.routing.strategy.ConsistentHash.java
/**
*
* <DIV lang="en"></DIV>
* <DIV lang="ja"></DIV>
*
* @author Makoto YUI (yuin405@gmail.com)
From source file com.conwet.silbops.model.AbstractMapping.java
/**
* Abstract implementation for mapping attribute to values.
* It uses the "getThis" trick described by Angelika Langer.
*
* @author sergio
* @see <a href="http://www.angelikalanger.com/GenericsFAQ/FAQSections/ProgrammingIdioms.html#FAQ206"
From source file com.conwet.silbops.model.Advertise.java
/**
* Advertise represents a {@linkplain Set} of {@linkplain Attribute}
*
* @author sergio
* @apiviz.owns com.conwet.silbops.model.basic.Attribute
*/
From source file com.splicemachine.orc.predicate.SpliceORCPredicate.java
/** * Qualifiers in Conjunctive Normal Form... * * */ public class SpliceORCPredicate implements OrcPredicate, Externalizable {