Functions are basically non-serializable. You shou...
# serialization
a
Functions are basically non-serializable. You should use SAM classes or method references for that.
h
a shame indeed
a
It is not a language problem. It is a basic limitation of any function in any language. Lambdas in Java could be serializable, but it is still not reliable.