序列化表格
-
程序包 com.codingapi.springboot.framework.dto.request
-
类com.codingapi.springboot.framework.dto.request.PageRequest扩展org.springframework.data.domain.PageRequest实现可序列化
-
序列化字段
-
current
int current
-
pageRequest
org.springframework.data.domain.PageRequest pageRequest
-
pageSize
int pageSize
-
-
-
-
程序包 com.codingapi.springboot.framework.dto.response
-
类com.codingapi.springboot.framework.dto.response.MapResponse扩展Response实现可序列化
-
类com.codingapi.springboot.framework.dto.response.MultiResponse扩展Response实现可序列化
-
序列化字段
-
data
MultiResponse.Content<T> data
-
-
-
类com.codingapi.springboot.framework.dto.response.Response扩展Object实现可序列化
-
类com.codingapi.springboot.framework.dto.response.SingleResponse扩展Response实现可序列化
-
序列化字段
-
data
T data
-
-
-
-
程序包 com.codingapi.springboot.framework.event
-
类com.codingapi.springboot.framework.event.DomainEvent扩展org.springframework.context.ApplicationEvent实现可序列化
-
序列化字段
-
event
IEvent event
-
sync
boolean sync
同步或异步事件 true 同步 false 异步
-
-
-
-
程序包 com.codingapi.springboot.framework.exception
-
程序包 com.codingapi.springboot.framework.serializable