Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for marshalers (0.68 sec)

  1. api/go1.txt

    pkg encoding/json, type InvalidUnmarshalError struct
    pkg encoding/json, type InvalidUnmarshalError struct, Type reflect.Type
    pkg encoding/json, type Marshaler interface { MarshalJSON }
    pkg encoding/json, type Marshaler interface, MarshalJSON() ([]uint8, error)
    pkg encoding/json, type MarshalerError struct
    pkg encoding/json, type MarshalerError struct, Err error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  2. api/go1.2.txt

    pkg encoding/xml, method (*Encoder) EncodeToken(Token) error
    pkg encoding/xml, method (*Encoder) Flush() error
    pkg encoding/xml, method (StartElement) End() EndElement
    pkg encoding/xml, type Marshaler interface { MarshalXML }
    pkg encoding/xml, type Marshaler interface, MarshalXML(*Encoder, StartElement) error
    pkg encoding/xml, type MarshalerAttr interface { MarshalXMLAttr }
    pkg encoding/xml, type MarshalerAttr interface, MarshalXMLAttr(Name) (Attr, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "Duration is a wrapper around time.Duration which supports correct marshaling to YAML and JSON. In particular, it marshals into strings, which can be used as map keys in json.",
    				Type:        metav1.Duration{}.OpenAPISchemaType(),
    				Format:      metav1.Duration{}.OpenAPISchemaFormat(),
    			},
    		},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top