Package de.elo.ix.client
Class JSerializer_631123336
java.lang.Object
byps.BSerializer
byps.JSerializer_13
de.elo.ix.client.JSerializer_631123336
public class JSerializer_631123336
extends byps.JSerializer_13
-
Field Summary
FieldsFields inherited from class byps.BSerializer
inlineInstance, typeId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinternalWriteKeyValue(byps.BOutputJson bout, byps.BBufferJson bbuf, Object key, Object value) voidprepareForLazyLoading(Object obj1, byps.BInput bin, long version) Assign the BClient object of BInput to the given object.Create and read an object.Methods inherited from class byps.JSerializer_13
internalCreateMap, internalReadKey, internalReadValue, write
-
Field Details
-
instance
public static final byps.BSerializer instance
-
-
Constructor Details
-
JSerializer_631123336
public JSerializer_631123336()
-
-
Method Details
-
read
Description copied from class:byps.BSerializerCreate and read an object.- Overrides:
readin classbyps.JSerializer_13- Throws:
byps.BException
-
internalWriteKeyValue
protected void internalWriteKeyValue(byps.BOutputJson bout, byps.BBufferJson bbuf, Object key, Object value) throws byps.BException - Overrides:
internalWriteKeyValuein classbyps.JSerializer_13- Throws:
byps.BException
-
prepareForLazyLoading
public void prepareForLazyLoading(Object obj1, byps.BInput bin, long version) throws byps.BException Description copied from class:byps.BSerializerAssign the BClient object of BInput to the given object.- Overrides:
prepareForLazyLoadingin classbyps.BSerializer- Parameters:
obj1- Object to be prepared- Throws:
byps.BException
-