Replies: 2 comments
-
CDR serialization is a feature I'm still working on, therefore not release yet. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ah ha.
I did suspect it may be a WIP, given the tad bit of json references i saw
bleeding over into the CDR portion.
I must say its very cool stuff nontheless.
Thank you for your time and answer.
…On Tue, Sep 3, 2024, 09:12 jmmorato ***@***.***> wrote:
CDR serialization is a feature I'm still working on, therefore not release
yet.
This is the project that I'm using for testing the serialization, you can
create something similar for your solution but keep in mind it is still not
fully finished.
—
Reply to this email directly, view it on GitHub
<#256 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEJ4MPAI2DSL5PRV66Y2WMLZUXNXHAVCNFSM6AAAAABNHT3DVKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTANJTGQZDENI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Howdy, I've been trying to get the opensharpdds nuget plugin to work.
It works great, really neat capability.
I am however unable to find a way to serialize the data to a native in a non-json fashion.
Specifically I have a need to access the raw native bytes in managed space prior to sending them off to the DataWriter.
It looks as if there is template for generating code with this capability, the csharp_cdr_generator, but I can't figure out what I need to do in the project generation step, see dotnet new openddsharp-idl-project --name TestMessage --output TestMessage for example, to active the cdr generator output instead of the csharp_json output?
Beta Was this translation helpful? Give feedback.
All reactions