You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/src/main/paradox/serialization.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -63,8 +63,7 @@ you would need to reference it as `Wrapper$Message` instead of `Wrapper.Message`
63
63
@@@
64
64
65
65
Pekko provides serializers for several primitive types and [protobuf](https://github.com/protocolbuffers/protobuf)
66
-
@javadoc[com.google.protobuf.GeneratedMessage](com.google.protobuf.GeneratedMessage) (protobuf2) and @javadoc[com.google.protobuf.GeneratedMessageV3](com.google.protobuf.GeneratedMessageV3) (protobuf3) by default (the latter only if
67
-
depending on the pekko-remote module), so normally you don't need to add
66
+
@javadoc[com.google.protobuf.GeneratedMessage](com.google.protobuf.GeneratedMessage) by default, so normally you don't need to add
68
67
configuration for that if you send raw protobuf messages as actor messages.
0 commit comments