Google.Protobuf.DescriptorProto.Deserialize C# (CSharp) Method

Deserialize() public static method

Helper: create a new instance to deserializing into
public static Deserialize ( Stream stream ) : DescriptorProto
stream Stream
return DescriptorProto
        public static DescriptorProto Deserialize(Stream stream)
        {
            var instance = new DescriptorProto();
            Deserialize(stream, instance);
            return instance;
        }

Same methods

DescriptorProto::Deserialize ( byte buffer ) : DescriptorProto
DescriptorProto::Deserialize ( Stream stream, Google instance ) : Google.Protobuf.DescriptorProto
DescriptorProto::Deserialize ( byte buffer, Google instance ) : Google.Protobuf.DescriptorProto