Esempio n. 1
0
File: types.go Progetto: timtadh/sfp
func SerializeSubGraph(sg *subgraph.SubGraph) []byte {
	return sg.Serialize()
}