Exemplo n.º 1
0
func init() {
	registry.RegisterByteArrayConverter(Name, Constructor)
}
Exemplo n.º 2
0
func init() {
	registry.RegisterByteArrayConverter("string", Constructor)
}
Exemplo n.º 3
0
func init() {
	registry.RegisterByteArrayConverter("ignore", Constructor)
}