python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Protobuf Trip Updates Full
I am writing and reading data to and from .pb files
But how do I get to write an output like the example that shows the documentation from my generated FeedMessage class?
Example sample:
https://devel...

jose lopez
Votes: 0
Answers: 0
protobuf-net serialize exception: "Key already in the list". Rarely thrown
It's rare, but there's an occasional error caught by the Serializer.Serialize<SaveFile>(...) catch block: "Key already in the list". That's it. Just that message.
I'm performing basic ...
Charlicopter
Votes: 0
Answers: 0
No serializer defined for type: System.Object when serializing generic API Response DTO
Context: I'm trying to improve the performance of a WebAPI endpoint that routinely returns about xx,xxx rows of data. The data is returned by a business logic pattern that tucks all API data into DTOs...
BLAZORLOVER
Votes: 0
Answers: 0
Issues converting GUID to BCL HI/LO
I am having troubles converting GUIDs to gRPC/protobuf-net bcl-Guids (bcl.proto with Guid definition).
I did find two artilces such as:
Harmonize protobuf-net bcl.Guid's HI/LO with sql uniqueident...

DominikAmon
Votes: 0
Answers: 1