Custom Type Handler
Implementation
Setup
EmbeddedStorageManager storage = EmbeddedStorage
.Foundation(WORKINGDIR)
.onConnectionFoundation(f->
f.registerCustomTypeHandlers(new CustomBufferedImageHandler()))
.start(ROOT);Last updated