List of usage examples for java.io Externalizable interface-usage
From source file com.github.naoghuman.abclist.model.ExerciseTerm.java
/**
*
* @author Naoghuman
*/
@Entity
@Access(AccessType.PROPERTY)
From source file com.github.naoghuman.cm.model.matrix.MatrixModel.java
/**
*
* @author PRo
*/
@Entity
@Access(AccessType.PROPERTY)
From source file org.apache.axis2.description.Parameter.java
/** * Class Parameter */ public class Parameter implements Externalizable, SafeSerializable { /*
From source file com.github.naoghuman.cm.model.notes.NotesModel.java
/**
*
* @author PRo
*/
@Entity
@Access(AccessType.PROPERTY)
From source file StringMap.java
/** Map implementation Optimized for Strings keys..
* This String Map has been optimized for mapping small sets of
* Strings where the most frequently accessed Strings have been put to
* the map first.
*
* It also has the benefit that it can look up entries by substring or
From source file StringMap.java
/** Map implementation Optimized for Strings keys..
* This String Map has been optimized for mapping small sets of
* Strings where the most frequently accessed Strings have been put to
* the map first.
*
* It also has the benefit that it can look up entries by substring or
From source file org.photovault.replication.ValueChange.java
/**
Change to a value field, i.e. field whose value does not contain any substate.
@author Harri Kaimio
@since 0.6.0
*/
From source file org.browsermob.proxy.jetty.http.PathMap.java
/** URI path map to Object.
* This mapping implements the path specification recommended
* in the 2.2 Servlet API.
*
* Path specifications can be of the following forms:<PRE>
* /foo/bar - an exact path specification.
From source file net.lightbody.bmp.proxy.jetty.http.PathMap.java
/** URI path map to Object.
* This mapping implements the path specification recommended
* in the 2.2 Servlet API.
*
* Path specifications can be of the following forms:<PRE>
* /foo/bar - an exact path specification.
From source file de.pro.dbw.file.reflection.api.ReflectionCommentModel.java
/**
*
* @author PRo
*/
@Entity
@Access(AccessType.PROPERTY)