// Code generated by protoc-json-shim. DO NOT EDIT. package meshv2beta1 import ( protojson "google.golang.org/protobuf/encoding/protojson" ) // MarshalJSON is a custom marshaler for HTTPRouteRetries func (this *HTTPRouteRetries) MarshalJSON() ([]byte, error) { str, err := HttpRouteRetriesMarshaler.Marshal(this) return []byte(str), err } // UnmarshalJSON is a custom unmarshaler for HTTPRouteRetries func (this *HTTPRouteRetries) UnmarshalJSON(b []byte) error { return HttpRouteRetriesUnmarshaler.Unmarshal(b, this) } var ( HttpRouteRetriesMarshaler = &protojson.MarshalOptions{} HttpRouteRetriesUnmarshaler = &protojson.UnmarshalOptions{DiscardUnknown: false} )