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
There exists a base trait, namely JavaProtoSupport, that declares an interface for using fromJavaProto/ toJavaProto methods on GeneratedMessageCompanion objects in a generic fashion.
Likewise, would there be interest in having a trait for declaring an interface over fromJavaValue/ toJavaValue for GeneratedEnum's?
Many Thanks!
The text was updated successfully, but these errors were encountered:
On Tue, Mar 12, 2024, 11:49 AM Mathieu Pichette ***@***.***> wrote:
Hello!
There exists a base trait, namely JavaProtoSupport, that declares an
interface for using fromJavaProto/ toJavaProto methods on
GeneratedMessageCompanion objects in a generic fashion.
Likewise, would there be interest in having a trait for declaring an
interface over fromJavaValue/ toJavaValue for GeneratedEnum's?
Many Thanks!
—
Reply to this email directly, view it on GitHub
<#1660>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACLBLO774Q4FYHCQA5EDBDYX5E45AVCNFSM6AAAAABESZSPUOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE4DENBUGY4DKNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Hello!
There exists a base trait, namely
JavaProtoSupport
, that declares an interface for usingfromJavaProto
/toJavaProto
methods onGeneratedMessageCompanion
objects in a generic fashion.Likewise, would there be interest in having a trait for declaring an interface over
fromJavaValue
/toJavaValue
forGeneratedEnum
's?Many Thanks!
The text was updated successfully, but these errors were encountered: