func LoadFromFile(path string) (runtime.Object, error)
func Marshal(obj runtime.Object) ([]byte, error)
func ReadFile(path string) (data []byte, err error)
func Unmarshal(data []byte) (runtime.Object, error)