Searched refs:enumMarshaller (Results 1 – 1 of 1) sorted by relevance
100 Marshaller<Enum> enumMarshaller = ProtoLiteUtils.marshaller(Enum.getDefaultInstance()); in testMismatch() local103 assertEquals(proto, marshaller.parse(enumMarshaller.stream(altProto))); in testMismatch()108 Marshaller<Enum> enumMarshaller = ProtoLiteUtils.marshaller(Enum.getDefaultInstance()); in introspection() local109 PrototypeMarshaller<Enum> prototypeMarshaller = (PrototypeMarshaller<Enum>) enumMarshaller; in introspection()