Skip to content

Creating a message and marshaling #37

Answered by ripienaar
fostercraig asked this question in Q&A
Discussion options

You must be logged in to vote

Can you tell me what you are trying to achieve? Generally no need to go that deep for a user.

You generate a client against a DDL using “choria plugin generate client” and just use that wrapper. You never need to know this stuff.

A message itself never get serialized it’s used to build the protocol.Request which makes a protocol.SecurRequest which make a protocol.RequestTransport and that’s what’s being serialized, sent et

I can explain more but would be helpful to know your goal

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
5 replies
@vjanelle
Comment options

@ripienaar
Comment options

@vjanelle
Comment options

@ripienaar
Comment options

@fostercraig
Comment options

Answer selected by fostercraig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants