Class BSerializer_1165618755

java.lang.Object
byps.BSerializer
byps.BSerializer_22
de.elo.ix.client.BSerializer_175726414
de.elo.ix.client.BSerializer_1165618755

public class BSerializer_1165618755 extends BSerializer_175726414
  • Field Details

    • instance

      public static final byps.BSerializer instance
  • Constructor Details

    • BSerializer_1165618755

      public BSerializer_1165618755()
    • BSerializer_1165618755

      public BSerializer_1165618755(int typeId)
  • Method Details

    • write

      public void write(Object obj1, byps.BOutput bout1, long version) throws byps.BException
      Overrides:
      write in class byps.BSerializer_22
      Throws:
      byps.BException
    • 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 BSerializer_175726414
      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 BSerializer_175726414
      Parameters:
      obj1 - Object to be prepared
      Throws:
      byps.BException