File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
formats/protobuf/src/main/java/io/cloudevents/protobuf Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434/**
3535 * Implements a {@link CloudEventReader} that can deserialize a {@link CloudEvent} protobuf representation;
3636 */
37- class ProtoDeserializer implements CloudEventReader {
37+ public class ProtoDeserializer implements CloudEventReader {
3838 private final CloudEvent protoCe ;
3939
4040 public ProtoDeserializer (CloudEvent protoCe ) {
Original file line number Diff line number Diff line change 4545/**
4646 * Provides functionality for turning a {@link io.cloudevents.CloudEvent} to the protobuf representation {@link CloudEvent}.
4747 */
48- class ProtoSerializer {
48+ public class ProtoSerializer {
4949
5050 /**
5151 * Convert the Java SDK CloudEvent into a protobuf representation.
You can’t perform that action at this time.
0 commit comments