Skip to content

Instantly share code, notes, and snippets.

@bogdan-dumitrescu
Created March 16, 2018 15:51
Show Gist options
  • Save bogdan-dumitrescu/44444bf79d8bb1c959f4d9b911020b9f to your computer and use it in GitHub Desktop.
Save bogdan-dumitrescu/44444bf79d8bb1c959f4d9b911020b9f to your computer and use it in GitHub Desktop.
import org.elasticsoftware.elasticactors.base.serialization.JacksonSerializationFramework;
import org.elasticsoftware.elasticactors.serialization.Message;
@Message(serializationFramework = JacksonSerializationFramework.class)
public class PositionsRequest {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment