PropertyPreFilter (fastjson 1.1.26 API)

fastjson



com.alibaba.fastjson.serializer Interface PropertyPreFilter

All Superinterfaces:
SerializeFilter
All Known Implementing Classes:
SimplePropertyPreFilter

public interface PropertyPreFilter
extends SerializeFilter


Method Summary
 boolean
 

Method Detail

apply

boolean apply(JSONSerializer serializer,
              Object source,
              String name)


Copyright © 2012 Alibaba Group. All Rights Reserved.