Class BinaryConvertor

java.lang.Object
org.redisson.spring.data.connection.BinaryConvertor
All Implemented Interfaces:
org.redisson.client.protocol.convertor.Convertor<Object>

public class BinaryConvertor extends Object implements org.redisson.client.protocol.convertor.Convertor<Object>
Author:
Nikita Koksharov
  • Constructor Details

    • BinaryConvertor

      public BinaryConvertor()
  • Method Details

    • convert

      public Object convert(Object obj)
      Specified by:
      convert in interface org.redisson.client.protocol.convertor.Convertor<Object>