接口 IHandleJsonBinary

所有已知实现类:
HandleJsonBinaryBase64Impl

public interface IHandleJsonBinary
  • 方法概要

    修饰符和类型
    方法
    说明
    byte[]
    getBinary(String fieldName, Object src)
    the UObjectValue.setDaoValue(JSONObject obj) return the object's binary
  • 方法详细资料

    • getBinary

      byte[] getBinary(String fieldName, Object src)
      the UObjectValue.setDaoValue(JSONObject obj) return the object's binary
      参数:
      fieldName - the field name
      src - the object
      返回:
      the binary