List of usage examples for java.io Externalizable interface-usage
From source file xbird.xquery.dm.value.sequence.MarshalledSequence.java
/**
*
* <DIV lang="en"></DIV>
* <DIV lang="ja"></DIV>
*
* @author Makoto YUI (yuin405+xbird@gmail.com)
From source file com.nary.util.SequencedHashMap.java
/**
* A map of objects whose mapping entries are sequenced based on the order in
* which they were added. This data structure has fast <I>O(1)</I> search
* time, deletion time, and insertion time.
*
* <P>Although this map is sequenced, it cannot implement {@link
From source file com.eaio.util.text.HumanTime.java
/**
* HumanTime parses and formats time deltas for easier reading by humans. It can format time information without losing
* information but its main purpose is to generate more easily understood approximations.
* <h3>Using HumanTime</h3>
* <p>
* Use HumanTime by creating an instance that contains the time delta ({@link HumanTime#HumanTime(long)}), create an
From source file com.splicemachine.derby.impl.sql.execute.operations.scanner.TableScannerBuilder.java
/**
* Companion Builder class for SITableScanner
*
* @author Scott Fines
* Date: 4/9/14
*/
From source file com.openbravo.pos.ticket.TicketInfo.java
/** * * @author adrianromero */ public final class TicketInfo implements SerializableRead, Externalizable {
From source file org.kepler.objectmanager.cache.ActorCacheObject.java
/**
* Modified by Dan Higgins, Aug 9, 2007 to avoid instantiating all the actors
* when the ActorCacheObject is created. This is done be avoiding creating the
* ActorMetadata object and using the MoML parser. Instead a DOM parser is used
* to pull out just a few of parameters in the kar files MoML description of the
* actor, and the xml saved with the ActorCacheObject is exactly that in the kar
From source file de.pro.dbw.file.reflection.api.ReflectionModel.java
/**
*
* @author PRo
*/
@Entity
@Access(AccessType.PROPERTY)
From source file org.browsermob.proxy.jetty.jetty.servlet.WebApplicationContext.java
/** Standard web.xml configured HttpContext.
*
* This specialization of HttpContext uses the standardized web.xml
* to describe a web application and configure the handlers for the
* HttpContext.
*
From source file net.lightbody.bmp.proxy.jetty.jetty.servlet.WebApplicationContext.java
/** Standard web.xml configured HttpContext.
*
* This specialization of HttpContext uses the standardized web.xml
* to describe a web application and configure the handlers for the
* HttpContext.
*
From source file org.apache.axis2.context.ServiceContext.java
/** * Well this is never clearly defined, what it does or the life-cycle. * So do NOT use this as it might not live up to your expectation. */ public class ServiceContext extends AbstractContext implements Externalizable, SafeSerializable {