MCPcopy Create free account
hub / github.com/pydio/cells / Serialize

Method Serialize

common/interfaces.go:28–28  ·  view source on GitHub ↗
(languages ...string)

Source from the content-addressed store, hash-verified

26
27type XMLSerializableForm interface {
28 Serialize(languages ...string) interface{}
29}
30
31type ReaderMetaExtractor interface {

Callers

nothing calls this directly

Implementers 4

Formcommon/forms/forms.go
ReplicableFieldscommon/forms/field-replicable.go
SwitchFieldcommon/forms/field-switch.go
FormFieldcommon/forms/field.go

Calls

no outgoing calls

Tested by

no test coverage detected