Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将 ByteBuffer 中的列名转换为相应的对象(String、Long 等)。我注意到每个序列化器都有一个 getComparator() 方法,可以使用它来查找给定序列化器的比较器。
是否可以反过来:从比较器中找到列名的序列化程序?