public interface BaseMarshaller<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends T> |
getJavaClass()
Returns the Java type handled by this marshaller.
|
java.lang.String |
getTypeName()
Returns the full name of the message or enum type as declared in the protobuf file.
|
java.lang.Class<? extends T> getJavaClass()
java.lang.String getTypeName()