All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lustering.wildfly-clustering-marshalling-protostream.4.0.0.Beta2.source-code.org.wildfly.clustering.marshalling.proto Maven / Gradle / Ivy

syntax = "proto3";

package org.wildfly.clustering.marshalling;

/**
 * @TypeId(128)
 */
message ByteBufferMarshalledValue {
	bytes	buffer	= 1;
}

/**
 * @TypeId(129)
 */
message ByteBufferMarshalledKey {
	bytes	buffer	 = 1;
	sfixed32	hashCode	 = 2;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy