alepar / netty-rpc

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

netty/netty commits #28

Open alepar opened 12 years ago

alepar commented 12 years ago

ru.alepar.rpc.common.PrimitiveTypesClassResolver - performance + reuse by lib clients org.jboss.netty.handler.codec.serialization.ClassResolvers - javadoc get rid of dashes ReferenceMaps - hide them - not a part of api

alepar commented 12 years ago

org.jboss.netty.handler.codec.serialization.CompactObjectInputStream#readClassDescriptor

will not resolve primitive types - this is the way it was even before my changes - intentional?