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

Deserialize() public static method

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

Same methods

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