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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.gridgain.internal.encryption.reencryption.ReencryptionStatusreadExternalData(byte protoVer, org.apache.ignite.internal.util.io.IgniteDataInput in) protected voidwriteExternalData(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
-
Field Details
-
INSTANCE
-
-
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:
writeExternalDatain classorg.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:
readExternalDatain classorg.apache.ignite.internal.versioned.VersionedSerializer<org.gridgain.internal.encryption.reencryption.ReencryptionStatus>- Throws:
IOException
-