// 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 ComputedExplicitDestinations func (this *ComputedExplicitDestinations) MarshalJSON() ([]byte, error) { str, err := ComputedExplicitDestinationsMarshaler.Marshal(this) return []byte(str), err } // UnmarshalJSON is a custom unmarshaler for ComputedExplicitDestinations func (this *ComputedExplicitDestinations) UnmarshalJSON(b []byte) error { return ComputedExplicitDestinationsUnmarshaler.Unmarshal(b, this) } var ( ComputedExplicitDestinationsMarshaler = &protojson.MarshalOptions{} ComputedExplicitDestinationsUnmarshaler = &protojson.UnmarshalOptions{DiscardUnknown: false} )