pull/2/head
obscuren 11 years ago
parent b71e632b46
commit aacfdc7a47
  1. 2
      serialization.go

@ -53,5 +53,7 @@ func RlpEncode(object interface{}) string {
}
type RlpSerializer interface {
MarshalRls() []byte
UnmarshalRls([]byte)
}

Loading…
Cancel
Save