use of com.hedera.services.legacy.core.jproto.JKeySerializer in project hedera-services by hashgraph.
the class HFileMetaSerdeTest method undoStaticMocking.
private void undoStaticMocking() {
HFileMetaSerde.serdes = new DomainSerdes();
HFileMetaSerde.setSerInFactory(SerializableDataInputStream::new);
HFileMetaSerde.setSerOutFactory(SerializableDataOutputStream::new);
HFileMetaSerde.setStreamContentDiscovery(JKeySerializer::byteStream);
}
Aggregations