I have a class called BorderPoint with about 5 fields (including an id field
and two ManyToOne hibernate fields).
When I return the JSON, there is a large collection of BorderPoints (often
over 1000). I'd like to exclude everything but two float fields from the
JSON serialization, if only to make
you can use the JSON Annotion above the field you want to exclude.
@JSON(serialize=false)
public List getXxx() {}
Johannes
DartmanX wrote:
>
> I have a class called BorderPoint with about 5 fields (including an id
> field
> and two ManyToOne hibernate fields).
>
> When I return the JSON, t
Hi to all, i have a question about a situation that i have in my
application. It's in Struts 1.1 . Basically, i have a multipart/form-data
form in the jsp that contains 2 elements: a html:file control and a
html:submit button . This form will be used to upload MS Access database
file up to 800mb to
3 matches
Mail list logo