
ildfly-clustering-marshalling-protostream.33.0.0.Final.source-code.org.wildfly.clustering.marshalling.spi.proto Maven / Gradle / Ivy
package org.wildfly.clustering.marshalling.spi;
/**
* @TypeId(128)
*/
message ByteBufferMarshalledValue {
optional bytes buffer = 1;
}
/**
* @TypeId(129)
*/
message ByteBufferMarshalledKey {
optional bytes buffer = 1;
optional sfixed32 hashCode = 2;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy