コード例 #1
0
ファイル: types.go プロジェクト: timtadh/sfp
func SerializeSubGraph(sg *subgraph.SubGraph) []byte {
	return sg.Serialize()
}