序列化表格
-
程序包 com.codingapi.springboot.framework.dto.response
-
类com.codingapi.springboot.framework.dto.response.MultiResponse扩展Response实现可序列化
-
序列化字段
-
data
Collection<T> data
-
total
long total
-
-
-
类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.ApplicationDomainEvent扩展org.springframework.context.ApplicationEvent实现可序列化
-
序列化字段
-
event
IEvent event
-
-
-