Package org.symphonyoss.s2.canon.runtime
Class EntityArrayFactory.Builder
- java.lang.Object
-
- org.symphonyoss.s2.canon.runtime.EntityArrayFactory.Builder
-
- All Implemented Interfaces:
IBaseEntity,org.symphonyoss.s2.common.dom.json.IJsonDomNodeProvider
- Enclosing class:
- EntityArrayFactory<M extends IEntityArray>
public abstract static class EntityArrayFactory.Builder extends Object implements org.symphonyoss.s2.common.dom.json.IJsonDomNodeProvider, IBaseEntity
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.symphonyoss.s2.common.immutable.ImmutableByteArrayserialize()Serialize this object.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.symphonyoss.s2.canon.runtime.IBaseEntity
getJsonDomNode
-
-
-
-
Method Detail
-
serialize
public org.symphonyoss.s2.common.immutable.ImmutableByteArray serialize()
Description copied from interface:IBaseEntitySerialize this object.- Specified by:
serializein interfaceIBaseEntity- Returns:
- The serialized form of this object.
-
-