Class BSerializer_1556767716

java.lang.Object
byps.BSerializer
byps.BSerializer_13
de.elo.ix.client.BSerializer_1556767716

public class BSerializer_1556767716 extends byps.BSerializer_13
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final byps.BSerializer
     

    Fields inherited from class byps.BSerializer

    inlineInstance, typeId
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    prepareForLazyLoading(Object obj1, byps.BInput bin, long version)
    Assign the BClient object of BInput to the given object.
    read(Object obj1, byps.BInput bin1, long version)
    Create and read an object.
    void
    write(Object obj1, byps.BOutput bout1, long version)
     

    Methods inherited from class byps.BSerializer_13

    internalCreateMap, internalReadKey, internalReadValue, internalWriteKeyValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • instance

      public static final byps.BSerializer instance
  • Constructor Details

    • BSerializer_1556767716

      public BSerializer_1556767716()
  • Method Details

    • read

      public Object read(Object obj1, byps.BInput bin1, long version) throws byps.BException
      Description copied from class: byps.BSerializer
      Create and read an object.
      Overrides:
      read in class byps.BSerializer_13
      Throws:
      byps.BException
    • write

      public void write(Object obj1, byps.BOutput bout1, long version) throws byps.BException
      Overrides:
      write in class byps.BSerializer_13
      Throws:
      byps.BException
    • prepareForLazyLoading

      public void prepareForLazyLoading(Object obj1, byps.BInput bin, long version) throws byps.BException
      Description copied from class: byps.BSerializer
      Assign the BClient object of BInput to the given object.
      Overrides:
      prepareForLazyLoading in class byps.BSerializer
      Parameters:
      obj1 - Object to be prepared
      Throws:
      byps.BException