alepar / netty-rpc

simplistic non-blocking rpc over netty
6 stars 3 forks source link

avoid passing Class types over network #22

Closed alepar closed 12 years ago

alepar commented 12 years ago

just the class name is enough and shud be lighter

alepar commented 12 years ago

do this together with #7