mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-22 08:09:50 +08:00
Fix whitespace [skip actions]
This commit is contained in:
@@ -6,9 +6,9 @@ import java.util.Map;
|
||||
|
||||
public interface Serializer {
|
||||
|
||||
public <T> List<T> toList(Class<T> type, Object obj);
|
||||
public <T> List<T> toList(Class<T> type, Object obj);
|
||||
|
||||
public <T> T toObject(Class<T> type, Object obj);
|
||||
public <T> T toObject(Class<T> type, Object obj);
|
||||
|
||||
public <T> Map<String,T> toMap(Class<T> type, Object obj);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user