Package de.elo.ix.client
Class JSerializer_745804061
java.lang.Object
byps.BSerializer
byps.JSerializer_Array
de.elo.ix.client.JSerializer_745804061
public class JSerializer_745804061
extends byps.JSerializer_Array
-
Field Summary
FieldsFields inherited from class byps.BSerializer
inlineInstance, typeId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninternalRead(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_Array
read, write
-
Field Details
-
instance
public static final byps.BSerializer instance
-
-
Constructor Details
-
JSerializer_745804061
public JSerializer_745804061()
-
-
Method Details
-
internalRead
- Specified by:
internalReadin classbyps.JSerializer_Array- Throws:
byps.BException
-
internalWrite
public void internalWrite(Object obj1, byps.BOutputJson bout, byps.BBufferJson bbuf) throws byps.BException - Specified by:
internalWritein classbyps.JSerializer_Array- 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
-