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

com.turbospaces.api.ProtoSerializable Maven / Gradle / Ivy

There is a newer version: 2.0.33
Show newest version
package com.turbospaces.api;

import java.io.IOException;
import java.io.OutputStream;

import com.google.protobuf.ByteString;

public interface ProtoSerializable {
    ByteString toByteString();
    void writeTo(OutputStream output) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy