Searched refs:ReflectableMarshaller (Results 1 – 2 of 2) sorted by relevance
169 public interface ReflectableMarshaller<T> extends Marshaller<T> { interface in MethodDescriptor185 public interface PrototypeMarshaller<T> extends ReflectableMarshaller<T> {
96 return new MethodDescriptor.ReflectableMarshaller<T>() { in marshaller()