apache spark - Does Kryo Automatically Register Classes Used in Fields? -


using spark, decided use kryo since recommended de/serializer.

say have:

public class1 {   private class2 field1; } 

do need register both class1 & class2 or registering class1 automatically register class2?

i tested this, , in fact class2 need registered.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -