Package de.elo.ix.client
Class JSerializer_1288074907
java.lang.Object
byps.BSerializer
byps.JSerializer_Object
byps.JSerializer_22
de.elo.ix.client.JSerializer_175726414
de.elo.ix.client.JSerializer_1288074907
-
Field Summary
FieldsFields inherited from class byps.BSerializer
inlineInstance, typeId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninternalRead(Object obj1, byps.BInputJson bin) voidinternalWrite(Object obj1, byps.BOutputJson bout, byps.BBufferJson bbuf) voidprepareForLazyLoading(Object obj1, byps.BInput bin, long version) Assign the BClient object of BInput to the given object.Methods inherited from class byps.JSerializer_Object
read, write
-
Field Details
-
instance
public static final byps.BSerializer instance
-
-
Constructor Details
-
JSerializer_1288074907
public JSerializer_1288074907() -
JSerializer_1288074907
public JSerializer_1288074907(int typeId)
-
-
Method Details
-
internalWrite
public void internalWrite(Object obj1, byps.BOutputJson bout, byps.BBufferJson bbuf) throws byps.BException - Overrides:
internalWritein classbyps.JSerializer_22- Throws:
byps.BException
-
internalRead
- Overrides:
internalReadin classJSerializer_175726414- 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 classJSerializer_175726414- Parameters:
obj1- Object to be prepared- Throws:
byps.BException
-