refactor!(serde-extension): Replace reader/writer chain APIs with readSubEntry and writeSubEntry methods
This commit is contained in:
@@ -324,6 +324,14 @@ public class TweedCoatMappersImpl {
|
||||
public Patchwork extensionsData() {
|
||||
return readExtData;
|
||||
}
|
||||
|
||||
@Override
|
||||
public <T, C extends ConfigEntry<T>> TweedReadResult<T> readSubEntry(
|
||||
TweedDataReader reader,
|
||||
C entry
|
||||
) {
|
||||
return TweedReadResult.empty();
|
||||
}
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user