【发布时间】:2012-09-01 15:15:02
【问题描述】:
com/twitter/finagle/memcached/客户端扩展 BaseClient[ChannelBuffer]
所以集合定义为
set(key: String, flags: Int, expiry: Time, value: ChannelBuffer): Future[Unit]
我的问题是如何将我的 java 对象转换为 netty ChannelBuffer,或者我有其他方法来设置 String 以外的对象?
谢谢
【问题讨论】:
标签: serialization memcached netty finagle