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

class-templates.persistence.MessageMarshallerTemplate Maven / Gradle / Ivy

The newest version!
import java.io.IOException;


import org.infinispan.protostream.MessageMarshaller;

public class CustomMessageMarshaller implements MessageMarshaller {

	public Class getJavaClass() {

	}

	public String getTypeName() {

	}

	public Type readFrom(ProtoStreamReader reader) throws IOException {

	}

	public void writeTo(ProtoStreamWriter writer, Type t) throws IOException {

	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy