Class JSerializer_1434022628

java.lang.Object
byps.BSerializer
byps.JSerializer_13
de.elo.ix.client.JSerializer_1434022628

public class JSerializer_1434022628 extends byps.JSerializer_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
    protected void
    internalWriteKeyValue(byps.BOutputJson bout, byps.BBufferJson bbuf, Object key, Object value)
     
    read(Object obj1, byps.BInput bin1, long version)
    Create and read an object.

    Methods inherited from class byps.JSerializer_13

    internalCreateMap, internalReadKey, internalReadValue, write

    Methods inherited from class byps.BSerializer

    prepareForLazyLoading

    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

    • JSerializer_1434022628

      public JSerializer_1434022628()
  • 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.JSerializer_13
      Throws:
      byps.BException
    • internalWriteKeyValue

      protected void internalWriteKeyValue(byps.BOutputJson bout, byps.BBufferJson bbuf, Object key, Object value) throws byps.BException
      Overrides:
      internalWriteKeyValue in class byps.JSerializer_13
      Throws:
      byps.BException