Class ReencryptionStatusSerializer

java.lang.Object
org.apache.ignite.internal.versioned.VersionedSerializer<org.gridgain.internal.encryption.reencryption.ReencryptionStatus>
org.gridgain.internal.encryption.reencryption.ReencryptionStatusSerializer

public class ReencryptionStatusSerializer extends org.apache.ignite.internal.versioned.VersionedSerializer<org.gridgain.internal.encryption.reencryption.ReencryptionStatus>
VersionedSerializer implementation for ReencryptionStatus.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.gridgain.internal.encryption.reencryption.ReencryptionStatus
    readExternalData(byte protoVer, org.apache.ignite.internal.util.io.IgniteDataInput in)
     
    protected void
    writeExternalData(org.gridgain.internal.encryption.reencryption.ReencryptionStatus status, org.apache.ignite.internal.util.io.IgniteDataOutput out)
     

    Methods inherited from class org.apache.ignite.internal.versioned.VersionedSerializer

    getProtocolVersion, readByteArrayWithLength, readExternal, readNullableString, readNullableUuid, readStringSet, readUuidSet, readVarIntSet, writeByteArrayWithLength, writeExternal, writeNullableString, writeNullableUuid, writeStringSet, writeUuidSet, writeVarIntSet

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • ReencryptionStatusSerializer

      public ReencryptionStatusSerializer()
  • Method Details

    • writeExternalData

      protected void writeExternalData(org.gridgain.internal.encryption.reencryption.ReencryptionStatus status, org.apache.ignite.internal.util.io.IgniteDataOutput out) throws IOException
      Specified by:
      writeExternalData in class org.apache.ignite.internal.versioned.VersionedSerializer<org.gridgain.internal.encryption.reencryption.ReencryptionStatus>
      Throws:
      IOException
    • readExternalData

      protected org.gridgain.internal.encryption.reencryption.ReencryptionStatus readExternalData(byte protoVer, org.apache.ignite.internal.util.io.IgniteDataInput in) throws IOException
      Specified by:
      readExternalData in class org.apache.ignite.internal.versioned.VersionedSerializer<org.gridgain.internal.encryption.reencryption.ReencryptionStatus>
      Throws:
      IOException