Home Forums Support Protobuf – Creating the ProtoBuf object from the physical File

  • This topic has 0 replies, 1 voice, and was last updated 8 years ago by Anonymous.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #4380
    Anonymous
    Inactive

    Hi,

    Requirement :
    1. I have converted Example.proto file to Example.cs file code using the protoc.exe command.
    2. I want to read Example.cs file using FileStream and create the Example object or atleast the TypeOf<Example Object>. I do not want to include it in my project as I want to make it generic.

    Could you please let me know how to achieve this requirement.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.