public class PageSerializable<T> extends Object implements Serializable
Copyright © 2021 xpc1024 All Rights Reserved
protected List<T>
list
protected long
total
PageSerializable(List<T> list)
static <T> PageSerializable<T>
of(List<T> list)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected long total
protected List<T> list
public PageSerializable(List<T> list)
public static <T> PageSerializable<T> of(List<T> list)
Copyright © 2022. All rights reserved.